Looks good to me. I suspect that nupic.studio is depending on an older version of NuPIC maybe? You may want to file an issue against the repository: https://github.com/nupic-community/nupic.studio/issues/new --------- Matt Taylor OS Community Flag-Bearer Numenta
On Mon, Sep 7, 2015 at 9:36 PM, wanghouzhi-1986 <[email protected]> wrote: > Hi Matt Taylor > thank you for answer , i have installed NuPIC . When i installed NuPIC > ,I got the information : > > > > Successfully installed nupic asteval coverage mock ordereddict pillow psutil > pytest pytest-cov pytest-xdist python-dateutil PyYAML unittest2 validictory > PyMySQL DBUtils pyproj prettytable py cov-core execnet six apipkg > Cleaning up… > > Do that mean i install NuPIC successfully? > > 在 2015年9月8日,下午12:25,Matthew Taylor <[email protected]> 写道: > > Did you install NuPIC before you installed nupic.studio? If not, see: > https://github.com/numenta/nupic#installing-nupic-030 > --------- > Matt Taylor > OS Community Flag-Bearer > Numenta > > > On Mon, Sep 7, 2015 at 8:59 PM, wanghouzhi-1986 <[email protected]> > wrote: > > Hi nupic, > I’m trying to install nupic_studio following as > https://github.com/nupic-community/nupic.studio , when i run the command > “pip install nupic_studio” ,i get the error : > > Running setup.py egg_info for package nupic-studio > > Traceback (most recent call last): > > File "<string>", line 16, in <module> > > File "/tmp/pip-build-root/nupic-studio/setup.py", line 37, in <module> > > execfile(os.path.join(REPO_DIR, "nupic_studio", "__init__.py"), {}, > properties) > > File "/tmp/pip-build-root/nupic-studio/nupic_studio/__init__.py", line > 30, in <module> > > versionFound = nupic.__version__ > > AttributeError: 'module' object has no attribute '__version__' > > Complete output from command python setup.py egg_info: > > Traceback (most recent call last): > > File "<string>", line 16, in <module> > > File "/tmp/pip-build-root/nupic-studio/setup.py", line 37, in <module> > > execfile(os.path.join(REPO_DIR, "nupic_studio", "__init__.py"), {}, > properties) > > File "/tmp/pip-build-root/nupic-studio/nupic_studio/__init__.py", line 30, > in <module> > > versionFound = nupic.__version__ > > AttributeError: 'module' object has no attribute ‘__version__' > > I install it on CentOS6.5, and install nupic using > pip install > https://s3-us-west-2.amazonaws.com/artifacts.numenta.org/numenta/nupic.core/releases/nupic.bindings/nupic.bindings-0.1.5-cp27-none-linux_x86_64.whl > pip install nupic > > I look at the nupic.__version__ on python shell ,the result is : > > [root@dev-whz ~]# python > Python 2.7.6 (default, Sep 8 2015, 10:11:11) > [GCC 4.8.2] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > > import nupic > nupic.__version__ > > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > AttributeError: 'module' object has no attribute '__version__' > > > Can somebody offer any suggestions to fix the error ? thanks ! > > >
