我正在尝试使用Python 2.7.9,64位到pip install theano
在我的Windows 10系统上安装Theano。但是我每次都会收到这条消息:
命令" python setup.py egg_info"失败,错误代码为255 C:\用户\晴天\应用程序数据\本地\ TEMP \ PIP-集结lwmpfg \ theano \
然后一个窗口显示python.exe has stopped working
。
我的系统有什么问题以及如何在Windows系统上安装Theano?请参阅编辑2!
编辑:这是完整的终端实例
C:\Users\sunny>pip install theano
Collecting theano
Using cached Theano-0.8.2.tar.gz
Complete output from command python setup.py egg_info:
running egg_info
creating pip-egg-info\Theano.egg-info
writing requirements to pip-egg-info\Theano.egg-info\requires.txt
writing pip-egg-info\Theano.egg-info\PKG-INFO
writing top-level names to pip-egg-info\Theano.egg-info\top_level.txt
writing dependency_links to pip-egg-info\Theano.egg-info\dependency_links.txt
writing manifest file 'pip-egg-info\Theano.egg-info\SOURCES.txt'
warning: manifest_maker: standard file '-c' not found
reading manifest file 'pip-egg-info\Theano.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: manifest_maker: MANIFEST.in, line 9: 'recursive-include' expects <dir> <pattern1> <pattern2> ...
writing manifest file 'pip-egg-info\Theano.egg-info\SOURCES.txt'
----------------------------------------
Command "python setup.py egg_info" failed with error code 255 in c:\users\sunny\appdata\local\temp\pip-build-dwordf\theano\
C:\Users\sunny>
编辑2:似乎pip install
命令本身存在问题,因为使用它会提供python.exe has stopped working
而不管包
C:\Users\sunny>pip install django
Requirement already satisfied (use --upgrade to upgrade): django in c:\users\sunny\appdata\local\enthought\canopy\user\lib\site-packages
C:\Users\sunny>