gpt4 book ai didi

python - NameError : name 'defaultParams' is not defined while running the . exe 使用 Pyinstaller 转换

转载 作者:行者123 更新时间:2023-12-03 15:27:19 24 4
gpt4 key购买 nike

我成功转换了 main.py使用 pyinstaller 的脚本。但是,在执行 .exe 时会抛出以下错误。文件相同。

MatplotlibDeprecationWarning: Matplotlib installs where the data is not in the mpl-data subdirectory of the package are deprecated since 3.2 and support for them will be removed two minor releases later.
exec(bytecode, module.__dict__)
Traceback (most recent call last):
File "main.py", line 8, in <module>
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
File "c:\users\XXXX\appdata\local\programs\python\python37\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module
exec(bytecode, module.__dict__)
File "matplotlib\__init__.py", line 898, in <module>
File "matplotlib\cbook\__init__.py", line 480, in _get_data_path
File "matplotlib\__init__.py", line 239, in wrapper
File "matplotlib\__init__.py", line 534, in get_data_path
File "matplotlib\__init__.py", line 239, in wrapper
File "matplotlib\__init__.py", line 563, in _get_data_path
NameError: name 'defaultParams' is not defined

最佳答案

据说,您可以做的就是将您的 matplotlib 降级到以下版本:pip install matplotlib==3.2.2显然,最新版本的 matplotlib 干扰了 Windows 路径中的环境变量。

关于python - NameError : name 'defaultParams' is not defined while running the . exe 使用 Pyinstaller 转换,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63503976/

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