gpt4 book ai didi

Python机器错误: importlib.

转载 作者:太空宇宙 更新时间:2023-11-03 18:20:45 25 4
gpt4 key购买 nike

from importlib.machinery import EXTENSION_SUFFIXES

导入错误:没有名为machinery的模块

<小时/>

清理中...命令 python setup.py Egg_info 失败,错误代码 1

我目前正在 Windows 上安装 GeoNode,这是我现在必须让它工作的环境。由于出现了很多问题,我陷入了上述错误。我在网上找不到安装机械包。任何帮助,将不胜感激。谢谢,

最佳答案

Python 3:

Python 3.3.1
>>> from importlib.machinery import EXTENSION_SUFFIXES
>>>

Python 2:

Python 2.7.4 
>>> from importlib.machinery import EXTENSION_SUFFIXES
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named machinery
>>>

关于Python机器错误: importlib.,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24193887/

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