Good afternoon,
First time installer here.
Here’s where I am:
jay@jay-Virtual-Machine ~ $ pip install nupic.bindings --user --no-cache
Collecting nupic.bindings
Could not find a version that satisfies the requirement nupic.bindings (from versions: )
No matching distribution found for nupic.bindings
Environment:
OS: Linux Mint 18 on Hyper-V emulator.
Professional programmer with C/C++ but no python experience.
What version of pip are you using? Make sure you have these dependencies installed. You should not need to install nupic.bindings directly. You should be able to run: pip install nupic --user, which will install it as a dependency.
Maybe. Using sudo with pip can be problematic in some cases. I suggest you uninstall all the global packages and re-install with --user. Be sure to uninstall nupic completely first.
Uninstalled wheel and setuptools since they were sudo’ed.
Reinstalled using ‘–user’
Still fails
Collecting DBUtils==1.1 (from nupic)
Using cached DBUtils-1.1.tar.gz
Collecting python-dateutil==2.1 (from nupic)
Using cached python-dateutil-2.1.tar.gz
Collecting coverage==3.7.1 (from nupic)
Using cached coverage-3.7.1.tar.gz
Collecting nupic.bindings==0.7.0 (from nupic)
Could not find a version that satisfies the requirement nupic.bindings==0.7.0 (from nupic) (from versions: )
No matching distribution found for nupic.bindings==0.7.0 (from nupic)
Hello, recently I’m trying to install nupic on Linux(64-bit) but fails with the hints “Could not find a version that satisfies the requirement nupic.bindings==1.0.0 (from nupic) (from versions: 1.0.1) No matching distribution found for nupic.bindings==1.0.0 (from nupic)”. The installed packages’ versions are 9.0.1-pip, 1.14.0-numpy, 0.30.0-wheel, 38.4.0-setuptools and I re-install the packages with --user. However, the problem is unsolved after I have taken many methods. How can I fix the bug?