Nupic_studio cant run, please help me

Successfully installed nupic-studio-1.1.3
root@ubuntu:~# nupic_studio
Traceback (most recent call last):
File “/usr/local/bin/nupic_studio”, line 7, in
from nupic_studio.program import main
File “/usr/local/lib/python2.7/dist-packages/nupic_studio/program.py”, line 5, in
from nupic_studio.project import Project
File “/usr/local/lib/python2.7/dist-packages/nupic_studio/project.py”, line 4, in
from nupic_studio.htm.node_region import Region
File “/usr/local/lib/python2.7/dist-packages/nupic_studio/htm/node_region.py”, line 11, in
from nupic.research.spatial_pooler import SpatialPooler
ImportError: No module named research.spatial_pooler
root@ubuntu:~#

the log shows nupic_studio installed successfully, but cant run, please help.

1 Like

NuPIC Studio is not currently maintained, and it has not been updated for the latest NuPIC. You should try using NuPIC 0.5.6 with it first. But even then, I’m not sure what the status is. The author of this library is @david-ragazzi.

EDITED: I gave the wrong version number (see below).

Thans very much, and one more question, where the NuPIC 1.5.6 available? I cannt find it by google.

pip install nupic==1.5.6

root@ubuntu:~# pip install nupic==1.5.6
Collecting nupic==1.5.6
Could not find a version that satisfies the requirement nupic==1.5.6 (from versions: 0.0.32.linux-x86_64, 0.0.32.macosx-10.9-intel, 0.0.33.linux-x86_64, 0.0.33.macosx-10.9-intel, 0.0.32, 0.0.33, 0.0.34, 0.0.35, 0.0.36, 0.0.37, 0.0.38, 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.2.6, 0.2.8, 0.2.9, 0.2.10, 0.2.11, 0.2.12, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.3.6, 0.4.2, 0.4.5, 0.5.0, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.5.5, 0.5.6, 0.5.7, 0.6.0, 0.7.0, 0.8.0, 1.0.0, 1.0.1, 1.0.2, 1.0.3)
No matching distribution found for nupic==1.5.6

Do you mean nupic==0.5.6?

Whoops, yes!

It works, thanks very much! @rhyolight

1 Like