htm-community / nupic.studio

NuPIC Studio is a powerful all­-in-­one tool that allows users create a HTM neural network from scratch, train it, collect statistics, and share it among the members of the community.
GNU General Public License v2.0
94 stars 29 forks source link

could not install nupic-studio with pip #33

Open fkarg opened 8 years ago

fkarg commented 8 years ago

Nupic-studio installation is only installing PyOpenGl again every time, not nupic-studio. I had no time yet verifying this on my desktop machine, but I want it installed on my laptop either way.

(dependencies, python-qt4 and python-qt4-gl got installed with apt already)

this is the output:

bz@bz-away ~ $ pip install nupic-studio --user
Requirement already satisfied (use --upgrade to upgrade): nupic-studio in ./.local/lib/python2.7/site-packages
Downloading/unpacking PyOpenGL==3.1.0 (from nupic-studio)
  Downloading PyOpenGL-3.1.0.tar.gz (1.2MB): 1.2MB downloaded
  Running setup.py (path:/tmp/pip_build_bz/PyOpenGL/setup.py) egg_info for package PyOpenGL

    warning: no previously-included files matching '*.odt' found anywhere in distribution
    warning: no previously-included files matching '*.odp' found anywhere in distribution
    warning: no previously-included files matching '.cvsignore' found anywhere in distribution
    warning: no previously-included files matching '*.diff' found anywhere in distribution
    warning: no previously-included files found matching 'src/*.h'
    warning: no previously-included files found matching 'src/*.xml'
    warning: no previously-included files found matching 'src/*.zip'
    warning: no previously-included files found matching 'src/*.pdf'
    warning: no previously-included files found matching 'src/*.zip'
    warning: no previously-included files found matching 'src/*.txt'
    warning: no files found matching 'src/win32deps.py'
    warning: no files found matching 'src/toglinstall/get_togl.py'
    warning: no files found matching 'metadata.py'
    warning: no files found matching 'ChangeLog.txt'
    warning: no previously-included files found matching 'OpenGL_accelerate'
Requirement already satisfied (use --upgrade to upgrade): pyqtgraph==0.9.10 in ./.local/lib/python2.7/site-packages (from nupic-studio)
Requirement already satisfied (use --upgrade to upgrade): numpy in /usr/lib/python2.7/dist-packages (from pyqtgraph==0.9.10->nupic-studio)
Installing collected packages: PyOpenGL
  Running setup.py install for PyOpenGL

    warning: no previously-included files matching '*.odt' found anywhere in distribution
    warning: no previously-included files matching '*.odp' found anywhere in distribution
    warning: no previously-included files matching '.cvsignore' found anywhere in distribution
    warning: no previously-included files matching '*.diff' found anywhere in distribution
    warning: no previously-included files found matching 'src/*.h'
    warning: no previously-included files found matching 'src/*.xml'
    warning: no previously-included files found matching 'src/*.zip'
    warning: no previously-included files found matching 'src/*.pdf'
    warning: no previously-included files found matching 'src/*.zip'
    warning: no previously-included files found matching 'src/*.txt'
    warning: no files found matching 'src/win32deps.py'
    warning: no files found matching 'src/toglinstall/get_togl.py'
    warning: no files found matching 'metadata.py'
    warning: no files found matching 'ChangeLog.txt'
    warning: no previously-included files found matching 'OpenGL_accelerate'
Successfully installed PyOpenGL
Cleaning up...
bz@bz-away ~ $ nupic-studio
nupic-studio: command not found
bz@bz-away ~ $ 
david-ragazzi commented 8 years ago

Hi sorry for delay.. The correct is nupic_studio (no hyphen), not nupic-studio. Try again and let us know if works...

fkarg commented 8 years ago

Ah, I thought I mentioned it ... The thing is, the same is happening either way, so yes, I tried too. Didn't work though. I compiled it myself in the end. It's working but it seems to have severe performance issues.

Either way, I'm on my way getting to know nupic and what else important there is about artificial intelligence.