Hi, >From your PNG image showing the Python version, you are using a 32 bit version of Python. You need to use a 64 bit version of Python with NuPIC.
Regards, Richard. On Mon, Feb 29, 2016 at 11:08 AM, Richard Crowder <[email protected]> wrote: > Hi, > > There has been some big changes to Pip and PyPi distribution > naming recent that could be affecting this. > > Can you run the following three commands in a cmd window and reply here > with a copy/paste of the output - > > - python --version > - python -c "import struct; print(struct.calcsize('P') * 8)" > - pip --version > > Thanks, Richard. > > > On Mon, Feb 29, 2016 at 1:13 AM, Jianghao Shen <[email protected]> > wrote: > >> hi everyone ,I'm trying to install nupic in Windows 7 , after I run "pip >> install nupic" on >> cmd, it failed and says "could not find a version that satisfies the >> requirement nupic.bindings ==0.4.0 nomatching distribution found for >> nupic.bindings == 0.4.0 <from nupic> >> >> does any one know how to solve this ? thanks >> >> Shen >> > >
