我从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.
>>>有什么办法来解决这个问题吗?
https://stackoverflow.com/questions/24289984
复制相似问题