Hi Sergey, Probably you'll have to install scipy manually.. Check the README ( https://github.com/DavidRagazzi/nupic.studio/blob/master/README.md) with new instructions about it and let me know.
A quote: """ Except Python, PIP and NuPIC, all dependencies above are already automatically installed by PIP package. However some packages like SciPy and PyQt4 might present errors due to conflicts specific to each system environment. In this case, you will have to install these packages manually using a package manager like apt, yum, or brew: apt-get install python-scipy yum install scipy brew install scipy apt-get install python-qt4 yum install PyQt4 brew install pyqt """ On 21 September 2014 16:12, Sergey Cleftsow <[email protected]> wrote: > Hi, David! > I had tried to install nuStudio but got error: > -------------------- > Command /usr/bin/python -c "import > setuptools;__file__='/tmp/pip-build-nupic/scipy/setup.py';exec(compile(open(__file__).read().replace('\r\n', > '\n'), __file__, 'exec'))" install --record > /tmp/pip-0Y8ES9-record/install-record.txt > --single-version-externally-managed --user failed with error code 1 in > /tmp/pip-build-nupic/scipy > -------------------- > What it can be? I always have been working on Windows so I'm not familiar > with lots of issues. In particular I can't found the whole log. It says: > -------------------- > Storing complete log in /home/nupic/.pip/pip.log > -------------------- > ...but I really don't see such a location. > Can you tell me what could be the problem? > I use VirtualBox and the instance of OS which Marek has provided for > downloading (NUPIC-03_11_2014.ova). > > 2014-09-10 3:39 GMT+04:00 David Ragazzi <[email protected]>: > >> Hello NuPICers! >> >> Just for inform that in all these days I was out, I was creating an a >> tool that I believe will be a breakthrough for the community. This tool >> calls "NuPIC Studio", or just NuStudio. NuStudio is an all-in-one tool >> that allows users create a HTM neural network from scratch, train it, >> collect statistics, and share it among the members of the community. It is >> not just a visualization tool but an HTM builder, debugger and laboratory >> for experiments. It is ideal for newbies with little intimacy with NuPIC >> code as well as experts that wish a better productivity. Among its features >> and advantages I list: >> - Users can open, save, or change their "HTM projects" or of other >> developers. A typical project contains data to be trained, neural network >> configuration, statistics, etc, which can be shared to be analysed or >> integrated with other projects. >> - The HTM engine is the own original NuPIC libray (Python distribution). >> This means no port, no bindings, no re-implementation, etc. So any changes >> in the original nupic source can be immediatedly viewed. This helps users >> that wish test improvements like new encoders or even hierarchy, attention, >> and motor integration. >> - The project is pip-installable and for desktop use. >> >> Project details: >> - All code is implemented in Python. When I say "all code", I really mean >> that code like GUI, 3d simulation, etc, are writen in Python and use >> open-source and cross platform components. >> - All GUI stuff (forms, controls, etc) is implemented in PyQT. PyQT is >> the version of the famous QT adapted for python apps, which is open-source, >> cross-platform, complete, and very easy to code and change. >> - All utilities like XML serialization, canvas 2d, etc, also are >> implemented in PyQT. >> - A front-end object-oriented layer also written in Python is provided in >> order to ease the understanding of the NuPIC code and keep backwards >> compatibility. This means that someone with less experience in NuPIC could >> re-use this front-end in her projects. >> >> The project's site is: >> https://github.com/DavidRagazzi/nupic.studio >> >> and you can see some screen-shots attached to this message. >> >> Surely it still is not 100%, and it's expected that some installation >> issues arise, but I hope optimize the process as soon as possible. By the >> way, it works reasonably well and any people is welcome to try it or even >> improve it. >> >> I look forward for your feedback, it is very important! >> >> Cheers, >> David >> >> -- >> David Ragazzi >> MSc in Sofware Engineer (University of Liverpool) >> Try NuPIC Studio! https://github.com/DavidRagazzi/nupic.studio >> -- >> "I think James Connolly, the Irish revolutionary, is right when he says that >> the only prophets are those who make their future. So we're not >> anticipating, we're working for it." >> > > > > -- > SY Sergey V. Cleftsow > -- David Ragazzi MSc in Sofware Engineer (University of Liverpool) OS Community Commiter at Numenta.org -- "I think James Connolly, the Irish revolutionary, is right when he says that the only prophets are those who make their future. So we're not anticipating , we're working for it."
