I am trying to install NuPIC on my Ubuntu machine, and I am getting the following error:
Installed /home/gopal-m/anaconda2/lib/python2.7/site-packages/nupic-0.5.5.dev0-py2.7.egg
Processing dependencies for nupic==0.5.5.dev0
Searching for nupic.bindings==0.4.5.dev0
Reading https://pypi.python.org/simple/nupic.bindings/
No local packages or download links found for nupic.bindings==0.4.5.dev0
error: Could not find suitable distribution for Requirement.parse(‘nupic.bindings==0.4.5.dev0’)
Is there a way to install the required bindings? I cannot seem to find this on the pypi page.
Any suggestions would be greatly appreciated. Thank you!
gopal-m@gopal-m:~/nupic$ sudo pip install nupic-bindings
The directory ‘/home/gopal-m/.cache/pip/http’ or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo’s -H flag.
The directory ‘/home/gopal-m/.cache/pip’ or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo’s -H flag.
Collecting nupic-bindings
Could not find a version that satisfies the requirement nupic-bindings (from versions: )
No matching distribution found for nupic-bindings
Just by looking at the above, the NuPIC bindings have been imported but cannot be installed. The error message is no matching distribution found for nupic-bindings.