That's an indication that there are no pre-built binary packages for your system available on PyPi. You will need to build nupic.core, and nupic.bindings from source. Instructions can be found in the README at https://github.com/numenta/nupic.core#build-and-test-nupic-core
On Wed, Sep 23, 2015 at 8:05 PM, wanghouzhi-1986 <[email protected]> wrote: > hi, NuPIC > I install NuPIC on OS X Yosemite following as > https://www.youtube.com/watch?v=6OPTMDO17XI , but i got error : > > Using cached python-dateutil-2.1.tar.gz > Requirement already satisfied (use --upgrade to upgrade): pillow==2.3.0 in > /Library/Python/2.7/site-packages (from nupic) > Collecting nupic.bindings==0.2.1 (from nupic) > Could not find a version that satisfies the requirement > nupic.bindings==0.2.1 (from nupic) (from versions: ) > Some externally hosted files were ignored as access to them may be > unreliable (use --allow-external nupic.bindings to allow). > No matching distribution found for nupic.bindings==0.2.1 (from nupic) > > how can i resolve it ? >
