I don't understand, how can you be getting this error if you've compiled from source?
> Could not find a version that satisfies the requirement nupic.bindings==0.2.2 (from nupic) (from versions: ) > No matching distribution found for nupic.bindings==0.2.2 (from nupic) If you compiled from source, you should have installed "nupic.bindings" 0.2.2 manually as described in the README: https://github.com/numenta/nupic.core#install-nupicbindings-for-nupic --------- Matt Taylor OS Community Flag-Bearer Numenta On Thu, Nov 19, 2015 at 3:27 AM, Fergal Byrne <[email protected]> wrote: > I'm getting this on 10.10 compiling from source. > > On Wed, Nov 18, 2015 at 10:12 PM, Garikoitz Lerma-Usabiaga < > [email protected]> wrote: > >> I have it working with el capitan, but i installed nupic before the >> upgrade. If it helps I can send configuration information. >> >> On Wed, Nov 18, 2015 at 1:39 PM Matthew Taylor <[email protected]> wrote: >> >>> What is your pip version? "pip -v" >>> >>> Sometimes (and I am not sure why) pip does not discover the version of >>> the operating system it is running on, and it fails to download the proper >>> version from pypi. I have not found any way to fix this except to ensure >>> you have the latest pip. If that does not work, you should attempt to >>> compile both nupic.core and nupic yourself. >>> >>> I'm sorry you can't see the YouTube videos, but you will need to follow >>> the instructions here: >>> - >>> https://github.com/numenta/nupic/wiki/Installing-and-Building-NuPIC#installation-from-source-code >>> >>> >>> --------- >>> Matt Taylor >>> OS Community Flag-Bearer >>> Numenta >>> >>> On Wed, Nov 18, 2015 at 3:07 AM, 罗炳峰 <[email protected]> wrote: >>> >>>> It seems there is no nupic-bindings-0.22 for mac os 10.11 in the list? >>>> >>>> It also seems that there are only instructions about how to build from >>>> source in mac os 10.10 and 10.9. (and since I live in China, I can't watch >>>> them on youtube either...) >>>> >>>> 2015-11-18 17:21 GMT+08:00 Fergal Byrne <[email protected]>: >>>> >>>>> I'm getting this as well. The list of available bindings is at >>>>> https://pypi.python.org/simple/nupic.bindings/ - not sure what's >>>>> amiss there. >>>>> >>>>> On Wed, Nov 18, 2015 at 7:32 AM, 罗炳峰 <[email protected]> wrote: >>>>> >>>>>> Hi, >>>>>> >>>>>> I get the following error when I try to install nupic in mac os 10.11 >>>>>> using pip install nupic: >>>>>> >>>>>> Could not find a version that satisfies the requirement >>>>>> nupic.bindings==0.2.2 (from nupic) (from versions: ) >>>>>> No matching distribution found for nupic.bindings==0.2.2 (from nupic) >>>>>> >>>>>> Do anyone know how to fix this problem? >>>>>> >>>>>> -- >>>>>> >>>>>> Luo Bingfeng(罗炳峰) >>>>>> Bachelor Candidate >>>>>> >>>>>> School of Electronics Engineering and Computer Science >>>>>> Building 45B,Peking University, Beijing, 100871, PRC. >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> Fergal Byrne, Brenter IT @fergbyrne >>>>> >>>>> http://inbits.com - Better Living through Thoughtful Technology >>>>> http://ie.linkedin.com/in/fergbyrne/ - https://github.com/fergalbyrne >>>>> >>>>> Founder of Clortex: HTM in Clojure - >>>>> https://github.com/nupic-community/clortex >>>>> Co-creator @OccupyStartups Time-Bombed Open License >>>>> http://occupystartups.me >>>>> >>>>> Author, Real Machine Intelligence with Clortex and NuPIC >>>>> Read for free or buy the book at https://leanpub.com/realsmartmachines >>>>> >>>>> e:[email protected] t:+353 83 4214179 >>>>> Join the quest for Machine Intelligence at http://numenta.org >>>>> Formerly of Adnet [email protected] http://www.adnet.ie >>>>> >>>> >>>> >>>> >>>> -- >>>> >>>> Luo Bingfeng(罗炳峰) >>>> Bachelor Candidate >>>> >>>> School of Electronics Engineering and Computer Science >>>> Building 45B,Peking University, Beijing, 100871, PRC. >>>> >>> > > > -- > > Fergal Byrne, Brenter IT @fergbyrne > > http://inbits.com - Better Living through Thoughtful Technology > http://ie.linkedin.com/in/fergbyrne/ - https://github.com/fergalbyrne > > Founder of Clortex: HTM in Clojure - > https://github.com/nupic-community/clortex > Co-creator @OccupyStartups Time-Bombed Open License > http://occupystartups.me > > Author, Real Machine Intelligence with Clortex and NuPIC > Read for free or buy the book at https://leanpub.com/realsmartmachines > > e:[email protected] t:+353 83 4214179 > Join the quest for Machine Intelligence at http://numenta.org > Formerly of Adnet [email protected] http://www.adnet.ie >
