安装后端版本甚至卸载Theano后,我仍然从“import theano”获得“非法指令”,我正在使用ubuntu 12.04精确
zhge@phx-r-ins1-7773:~$ sudo pip uninstall Theano
Uninstalling Theano:
Proceed (y/n)? y
Successfully uninstalled Theano
zhge@phx-r-ins1-7773:~$ python
Python 2.7.3 (default, Sep 26 2013, 20:03:06)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import theano
Illegal instruction
zhge@phx-r-ins1-7773:~$
答案 0 :(得分:6)
当您从一台计算机移动到另一台具有相同PriceChange = cvs.diff().cumsum()
PercentageChange = PriceChange / cvs.iloc[0]
目录的计算机时,可能会发生这种情况。以下(来自here)为我工作:
首先删除存储一些theano编译文件的.local
。然后通过~/.theano
重新安装theano。它还出于某种原因修复了gensim安装(在导入时显示相同的错误)。也许gensim会尽可能地进口theano?