gpt4 book ai didi

python - 找不到 cython 库

转载 作者:太空宇宙 更新时间:2023-11-03 19:17:00 30 4
gpt4 key购买 nike

我在执行 python 函数时发现以下问题:

Traceback (most recent call last):
File "/home/ppd/myfunc.py", line 2, in <module>
from cythonUtilsPy.cythonUtils import *
ImportError: No module named cythonUtils

如何将此 cythonUtils 模块添加到我的路径中?

最佳答案

根据错误消息,cythonUtilsPy 似乎已在您的路径上并已找到,但未找到子模块 cythonUtilsPy.cythonUtils。除非您导入了错误的 cythonUtilsPy,否则您无法执行路径操作来修复此问题。

您需要找出为什么 cythonUtils 没有显示为 cythonUtilsPy 的子模块,如果 cythonUtils 是一个目录,则可能缺少它一个__init__.py

关于python - 找不到 cython 库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11041725/

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