gpt4 book ai didi

python-3.x - Pyinstaller 无法在 MacOS 上导入 python3 中的站点模块

转载 作者:行者123 更新时间:2023-12-02 20:30:34 28 4
gpt4 key购买 nike

我正在尝试使用 pyinstaller(版本 3.3.1)打包(卡住)python3 应用程序

运行pyinstaller my_script.py后,它失败并出现一系列导入错误,其中第一个错误如下:

292 INFO: checking Analysis
292 INFO: Building Analysis because out00-Analysis.toc is non existent
292 INFO: Initializing module dependency graph...
298 INFO: Initializing module graph hooks...
299 INFO: Analyzing base_library.zip ...
Failed to import the site module
Traceback (most recent call last):
File "/usr/local/Cellar/python3/3.6.4_2/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site.py", line 544, in <module>
main()
...

...并继续显示更长的导入错误列表可能是我的 python3 配置或 pyinstaller 规范文件有问题。我目前正在使用默认的 pyinstaller 规范文件。以下是我正在测试的系统:

  • MacOSX 10.13.3(High Sierra)
  • Python 3.6.4(使用brew安装)
  • pyinstaller 3.3.1(使用 pip 安装)

非常感谢您的帮助。

最佳答案

Mac 10.13.3

Python 3.6.4

Pyinstaller 3.3.1

我遇到了这个问题,我的解决方案是:

pip3 卸载 enum34

根据Why Python 3.6.1 throws AttributeError: module 'enum' has no attribute 'IntFlag'?

关于python-3.x - Pyinstaller 无法在 MacOS 上导入 python3 中的站点模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48876156/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com