简体   繁体   English

Theanos安装错误linux编译错误

[英]Theanos Installation error linux compilation error

So I was trying to setup theano on my Linux14.04 machine . 所以我试图在我的Linux14.04机器上设置theano。 Steps done so far : 到目前为止已完成的步骤:

  • Installed miniconda 安装的迷你康达
  • installed dependencies - conda install numpy scipy mkl <nose> <sphinx> <pydot-ng> 安装的依赖conda install numpy scipy mkl <nose> <sphinx> <pydot-ng>
  • Did not install the GPU drivers .... do not need the higher computation as of now. 尚未安装GPU驱动程序....到目前为止不需要更高的计算量。
  • Tried installing theano with : <sudo> pip install <--user> Theano[test, doc] 尝试使用以下<sudo> pip install <--user> Theano[test, doc]安装theano: <sudo> pip install <--user> Theano[test, doc] -user <sudo> pip install <--user> Theano[test, doc]

It exited with the following error : 它退出并出现以下错误:
Theano terminal error gist Theano终端错误要点

Been trying to solve the same, max online references are related to upgrading pip : Ran this : pip install --upgrade pip Requirement already up-to-date: pip in ./miniconda2/lib/python2.7/site-packages 一直在尝试解决相同的问题,最大的在线参考资料与升级pip有关:运行此: pip install --upgrade pip Requirement already up-to-date: pip in ./miniconda2/lib/python2.7/site-packages

Package error : Solved by installing : 软件包错误:通过安装解决:

sudo apt-get install python-dev

Gave error for installing dependencies Theano[test, doc] : Clean install with only : 在安装依赖项Theano [test,doc]时出现了错误:仅使用全新安装:

sudo pip install Theano

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM