当我尝试使用 pyinstaller 将 python 文件转换为 exe 时。
\n输入:
\nPS C:\\Users\\User\\Desktop\\\xd0\x9d\xd0\xbe\xd0\xb2\xd0\xb0\xd1\x8f \xd0\xbf\xd0\xb0\xd0\xbf\xd0\xba\xd0\xb0 (5)> pyinstaller -F send.py\nRun Code Online (Sandbox Code Playgroud)\n我收到这个错误。
\n输出:
\nThe \'typing\' package is an obsolete backport of a standard library package and is incompatible with PyInstaller. \nPlease `pip uninstall typing` then try again.\nRun Code Online (Sandbox Code Playgroud)\n