问题标签 [modulenotfounderror]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
56 浏览

python - 即使我已经安装了 pygame,Module Not Found 错误

我正在尝试在 venv 中导入 pygame。但是,在我激活 venv 并输入

进入 cmd 提示符,我被告知

然而,当我运行我的代码时,它说:

有人可以告诉我为什么这不起作用,谢谢。在此处输入图像描述

错误信息 满足导入pygame的要求

0 投票
0 回答
459 浏览

python - ModuleNotFoundError:Google Colab 中没有名为“pyaudio”的模块

我在 Google Colab 中导入了“pyaudio”库,但发生了 ModuleNotFoundError。但是,它仅在一周前起作用…… :(但现在不起作用……

我尝试使用下一个代码在 colab 中重新安装 pyaudio,但出现相同的错误。

我能怎么做?

0 投票
0 回答
1132 浏览

exe - 运行 exe 时出错“ModuleNotFoundError: No module named 'babel.numbers”

当我尝试运行我的 .exe 文件时,我收到此错误 ModuleNotFoundError: No module named 'babel.numbers'

我将这一行“from babel.numbers import *”添加到 calendar_.py 文件中,但没有任何改变。如何修复此错误?

0 投票
2 回答
1323 浏览

python - How to resolve Pyinstaller module not found error

I am trying to use Pyinstaller to package my project into an executable. Currently, I am doing it on my Ubuntu based PC for proof of concept, after which I plan to switch to Windows to build an .exe which can be run on windows. The issue is that after I build the executable and run it, it cannot find one of the local packages which were imported in the startup file. This is my project structure:

startup.py is the startup script and these are the contents:

Even though I don't need the models and stapp packages in the startup script, I import them, just to ensure that pyinstaller resolves the dependencies since I use subprocess to run the app. But even with this, I still get ModuleNotFoundError: No module named 'models' after building and running the executable. This error comes from stapp.main where models is imported. I have tried adding both models and stapp to hiddenimports without success. I would think that since the project root is added to PYTHONPATH, it shouldn't have any issue with local packages. And even if for some reason it did, the import and hiddenimports should deal with that. Here is my current spec file:

I will appreciate any help on how to make pyinstaller include the project's local packages. Thanks!

0 投票
1 回答
149 浏览

python - 为什么我只能在使用 `pipenv run papermill` 时在我的 jupyter 笔记本中导入包?

在我必须运行一些 Jupyter 笔记本的项目中,我使用 pipenv 创建了一个虚拟环境并安装了一些包(注意我使用了--site-packages标志)。

虽然现在我可以使用 运行笔记本,但由于某些异常pipenv run papermill ...,我无法使用pipenv run或从 Jupyter 运行它们。pipenv shellModuleNotFoundError

特别是,在第二种情况下发现的模块是仅安装在虚拟环境中的模块,而不是从全局站点继承的。

确实,如果我检查一下,sys.path我可以看到两种情况的区别:第二种情况没有~/.local/share/virtualenvs/...条目。

为什么我会遇到这个问题,如何解决?(如果可能的话,我宁愿不要~/.local/share/jupyter/kernels用来自 virtualenvs 的其他内核污染我的内核)。

0 投票
1 回答
174 浏览

python - 在 jupyterlab 笔记本中导入模块

目前正在学习 Eric Mathes 的 Python Crash Course

按照第 243 页的要求从另一个文件导入模块时遇到问题,这是我收到的错误

我不确定是否将 ipynb 更改为 py,这是否像在最后 编辑时使用 .py 重命名文件一样简单:这是 jupyterlab 的屏幕截图,其中笔记本打开和文件目录

0 投票
0 回答
14 浏览

python - Python urllib.request:Python 3.7.6 上的“没有名为请求的模块”

我是 Python 初学者,所以请原谅菜鸟问题。我已经通读了类似的问题,但找不到解决方案,因为大多数都指向 Python 中的版本问题,而我使用的是 3.7.6,此处并非如此。

我正在使用 urllib 进行练习并遇到上述错误。为了检查我的代码是否导致它,我从课程网站运行了一个示例代码:

请注意,“urllib.py”是我在本地存储此代码的文件名。

这应该返回文本文件的内容并逐行打印。但是,我得到:

我们在别人的机器上测试了代码,它工作得很好。有什么想法可能导致这种情况吗?谢谢!

0 投票
1 回答
64 浏览

python - Jetbot:找不到伺服串行模块(python)

我购买了 NVIDIA Jetbot (链接在这里),目前正在完成这些步骤。但是,我无法导入servoserial模块包(我在 JupyterLab 中工作),因为系统提示我“找不到模块”。为什么会这样,我能做些什么来解决这个问题?

0 投票
1 回答
57 浏览

python-3.x - 无法导入 ebooklib:ModuleNotFoundError:没有名为“ebooklib”的模块

如果我输入

它返回:

包装清单

所以它显然已安装,但是当我尝试在终端或原子中导入它时,它返回一个未找到模块的错误。当我尝试导入时,像 NumPy 这样的所有其他包都可以完美运行。

固定的:

它安装在 /usr/local/lib/python3.8/site-packages

我所要做的就是将此行添加到 .bash_profile: PYTHONPATH="/usr/local/lib/python3.8/site-packages:$PYTHONPATH"

0 投票
1 回答
47 浏览

python - ModuleNotFoundError:在我导入包或文件时,没有名为“---”的模块

在我导入包、依赖项等的代码顶部。无论我尝试导入什么,我都会得到相同的“ModuleNotFoundError”。

例如,从目录中的另一个文件夹或 SQLAlchemy 导入 API 脚本时,我遇到了问题。任何时候我使用“from ... import ...”都是同样的错误。我尝试使用绝对路径和相对路径来导入文件,并将文件复制并粘贴到一个代码中,作为一种解决方法。现在我在导入包时遇到了同样的错误。

我的所有目录中都有init .py 文件,所以这不是我的问题。

我在我的 Mac OS (Catalina) 上的 VSCode 中运行 Python3