You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pyinstaller -F
打包后无法运行捏
提示错误 File "xxtea\__init__.py", line 15, in <module> File "cffi\api.py", line 468, in verify File "cffi\verifier.py", line 105, in load_library File "cffi\verifier.py", line 202, in _compile_module File "cffi\ffiplatform.py", line 22, in compile File "cffi\ffiplatform.py", line 51, in _build File "distutils\dist.py", line 983, in run_command File "distutils\dist.py", line 857, in get_command_obj File "setuptools\dist.py", line 887, in get_command_class File "pkg_resources\__init__.py", line 2455, in load File "pkg_resources\__init__.py", line 2461, in resolve ModuleNotFoundError: No module named 'setuptools.command.build_ext'
The text was updated successfully, but these errors were encountered:
pyinstaller -F
打包后无法运行捏
提示错误
File "xxtea\__init__.py", line 15, in <module> File "cffi\api.py", line 468, in verify File "cffi\verifier.py", line 105, in load_library File "cffi\verifier.py", line 202, in _compile_module File "cffi\ffiplatform.py", line 22, in compile File "cffi\ffiplatform.py", line 51, in _build File "distutils\dist.py", line 983, in run_command File "distutils\dist.py", line 857, in get_command_obj File "setuptools\dist.py", line 887, in get_command_class File "pkg_resources\__init__.py", line 2455, in load File "pkg_resources\__init__.py", line 2461, in resolve ModuleNotFoundError: No module named 'setuptools.command.build_ext'
The text was updated successfully, but these errors were encountered: