gpt4 book ai didi

python - DLL加载失败: the specified module could not be found Windows 10 shell

转载 作者:行者123 更新时间:2023-12-02 09:34:05 25 4
gpt4 key购买 nike

我正在尝试从 Windows shell 运行 Python 脚本,但是当我这样做时

python path\to\file\script.py

我收到错误“DLL 加载失败:找不到指定的模块”,它追溯到我导入 numpy 的行。

C:\Users\Admin>python path\to\file\script.py
Traceback (most recent call last):
File "path\to\file\script.py", line 8, in <module>
import numpy as np
File "C:\Users\Admin\Anaconda3\lib\site-packages\numpy\__init__.py", line 140, in <module>
from . import _distributor_init
File "C:\Users\Admin\Anaconda3\lib\site-packages\numpy\_distributor_init.py", line 34, in <module>
from . import _mklinit
ImportError: DLL load failed: The specified module could not be found.

奇怪的是,当我在 Spyder 这样的编辑器中运行它时,numpy 导入得很好。有人可以帮助我吗?

谢谢

最佳答案

已修复 Anaconda path issue 。检查您的 %PATH% 是否已正确定义。

来源:https://github.com/numpy/numpy/issues/12957

关于python - DLL加载失败: the specified module could not be found Windows 10 shell,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58054101/

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