python - Windows 上 cvxopt 的导入问题

标签 python windows lapack cvxopt

我从 here 逐字安装了 cvxopt .在 python 提示符下使用它时,我看到以下问题:

>>> import cvxopt
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "build\bdist.win32\egg\cvxopt\__init__.py", line 32, in <module>

  File "build\bdist.win32\egg\cvxopt\base.py", line 7, in <module>
  File "build\bdist.win32\egg\cvxopt\base.py", line 6, in __bootstrap__
ImportError: DLL load failed: The specified procedure could not be found.
>>>

有什么解决办法吗?

最佳答案

cvxopt 需要Numpy-MKL,你可以得到windows binary here .

并安装来自 herecvxopt 二进制文件

关于python - Windows 上 cvxopt 的导入问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24289984/

相关文章:

python - 中序遍历的生成器函数

windows - 将 Windows Phone 应用程序转换为通用应用程序

c - 链接 LAPACK/BLAS 库

javascript - 将 Emscripten 与 Fortran 一起使用 : LAPACK binding

python - 相当于 DynamoDB 中不传递主键的选择查询?

python - 如何将 "[nan,1,2,3]"字符串转换为列表 [nan,1,2,3]?

windows - 如何在Windows中的PowerShell中启动Boot2Docker?

gcc - 如何编译lapack,以便在安装octave的过程中可以正确使用?

python - 用python编写的端口扫描仪无法正常显示输出

c++ - 可以在linux程序中使用带有msvc的在windows上构建的lib