简体   繁体   中英

Theanos Installation error linux compilation error

So I was trying to setup theano on my Linux14.04 machine . Steps done so far :

  • Installed miniconda
  • installed dependencies - conda install numpy scipy mkl <nose> <sphinx> <pydot-ng>
  • Did not install the GPU drivers .... do not need the higher computation as of now.
  • Tried installing theano with : <sudo> pip install <--user> Theano[test, doc]

It exited with the following error :
Theano terminal error gist

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

Package error : Solved by installing :

sudo apt-get install python-dev

Gave error for installing dependencies Theano[test, doc] : Clean install with only :

sudo pip install Theano

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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