Python Can';t使用Anaconda'在Windows 10上导入NO;s蟒蛇3.5

Python Can';t使用Anaconda'在Windows 10上导入NO;s蟒蛇3.5,python,mingw,theano,Python,Mingw,Theano,在通过conda安装mingw-libpython和通过pip安装theano之后,我尝试导入theano并得到了这个结果 ImportError: DLL load failed: The specified procedure could not be found. 此错误来自cutils.py,当它尝试运行时: from cutils_ext.cutils_ext import * 因此,我检查了AppData/local/Theano/cutils\u ext中的cutils\u e

在通过conda安装mingw-libpython和通过pip安装theano之后,我尝试导入theano并得到了这个结果

ImportError: DLL load failed: The specified procedure could not be found.
此错误来自cutils.py,当它尝试运行时:

from cutils_ext.cutils_ext import *
因此,我检查了AppData/local/Theano/cutils\u ext中的cutils\u ext文件夹,找到了cutils\u ext.pyd,然后将其重命名为cutils\u ext.dll,但这似乎无法解决问题。 我还使用了Dependency Walker,发现了一些缺失的模块,但太多了。我必须下载所有这些.dll文件吗?还是有更快的方法来完成