Hi Thomas, This error happens because NS is trying import NuPIC which probably is not installed on your machine. Just open your python interpreter and type:
import nupic to check whether the same error happens. If so, you must install NuPIC following official instructions (github.com/numenta/nupic). Let me know your results.. Cheers, David PS: Since yesterday, I'm working to fix instalation issues. Hopefully less people will get crazy... :-) Sent from my iPhone > On 23/03/2015, at 20:17, thomas taylor <[email protected]> wrote: > > After haunting Stack Exchange and flailing like a crazy man using brew, my > MacBook Pro (OS X 10.9.5) thinks that it has installed NuPIC Studio. And now > it doesn't start, claiming InputError: No module named > nupic.research.spatial_pooler. Does anyone have an idea? > *************************************** > my-computer:~ myname$ nustudio > > Traceback (most recent call last): > > File "/usr/local/bin/nustudio", line 9, in <module> > > load_entry_point('nustudio==1.0.4', 'gui_scripts', 'nustudio')() > > File "build/bdist.macosx-10.9-x86_64/egg/pkg_resources/__init__.py", line > 519, in load_entry_point > > File "build/bdist.macosx-10.9-x86_64/egg/pkg_resources/__init__.py", line > 2630, in load_entry_point > > File "build/bdist.macosx-10.9-x86_64/egg/pkg_resources/__init__.py", line > 2310, in load > > File "build/bdist.macosx-10.9-x86_64/egg/pkg_resources/__init__.py", line > 2316, in resolve > > File "/usr/local/lib/python2.7/site-packages/nustudio/program.py", line 5, > in <module> > > from nustudio.project import Project > > File "/usr/local/lib/python2.7/site-packages/nustudio/project.py", line 4, > in <module> > > from nustudio.htm.node_region import Region > > File "/usr/local/lib/python2.7/site-packages/nustudio/htm/node_region.py", > line 11, in <module> > > from nupic.research.spatial_pooler import SpatialPooler > > ImportError: No module named nupic.research.spatial_pooler
