Python 3 causes a problem. You need to figure out how to make Python 2 the default on your system. This is out of scope for this mailing list, so if you need help with this, Google is your friend [1].
You don't need to use nupic-linux64 if you make sure dependencies [2] on your system are installed yourself. If you use nupic-linux64, it has its own README that you must follow [3]. > there is no setup.py in nupic_linux64 directory which i cloned The setup.py script that installs NuPIC is not in nupic-linux64, it is in nupic. > After installing nupic throug pip How are you installing NuPIC through pip? You should not do this, because we don't have a proper package for NuPIC available for pip commands yet. I'll be working on this soon for NuPIC 0.2 [4]. The only pip commands you will use is to install the python requirements, as defined in the README [5]. [1] https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&es_th=1&ie=UTF-8#q=arch+linux+python2+default&spell=1 [2] https://github.com/numenta/nupic/#dependencies [3] https://github.com/numenta/nupic-linux64 [4] https://github.com/numenta/nupic/issues/1246 [5] https://github.com/numenta/nupic/#installing-python-dependencies Regards, --------- Matt Taylor OS Community Flag-Bearer Numenta On Sun, Dec 28, 2014 at 9:21 AM, Dinesh Deshmukh <[email protected]> wrote: > 1)Installing through pip2. > > After installing nupic throug pip2 and setting $NUPIC variable i > get the error http://tny.cz/38c4892e. > > 2)Installing through > https://github.com/numenta/nupic/blob/master/README.md#installation. > > cloned nupic_linux64.installed the requrements.txt from pip2.The > instruction says to cd into installation directory and exec (python setup.py > install),but there is no setup.py in nupic_linux64 directory which i cloned. > > There is a step by > > I have two python versions 3.4 and 2.7.Simply python represents python3.4,so > does this cause any problem. > I have been working for a week just to make nupic installation but no > result. > Please anyone who know about archlinux please guide me. > I am sorry for representing my frustration but i am serious to get this > done,any suggestions will be very helpfull. > Thank you.
