gpt4 book ai didi

python - Homebrew NLopt Python

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

我正在尝试从 Homebrew 科学存储库安装 NLopt 库 ( http://ab-initio.mit.edu/wiki/index.php/NLopt )。它安装得很好,只是我无法从 python 导入 NLopt。为什么 python 无法从 Homebrew Science 看到 NLopt 安装?

最佳答案

具体的错误信息是什么?也许和我一样:

我尝试使用 python(在 Windows 上)

import nlopt

那么错误信息是这样的:

Traceback (most recent call last):
File "C:/Users/rrenier/Documents/Workspace/GIT/DimORC/Python/test.py",line 3, in <module>
import nlopt
File "C:\Python27\lib\site-packages\nlopt.py", line 35, in <module>
_nlopt = swig_import_helper()
File "C:\Python27\lib\site-packages\nlopt.py", line 31, in swig_import_helper
_mod = imp.load_module('_nlopt', fp, pathname, description)
ImportError: DLL load failed: Le module sp�cifi� est introuvable.

似乎 python 试图在文件夹“C:\Python27\Lib\site-packages”中查找不存在的“nlopt.pyd”(即使 nlopt 的安装也运行良好)。

关于python - Homebrew NLopt Python,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27870256/

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