htm-community / nupic.studio

NuPIC Studio is a powerful 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.
GNU General Public License v2.0
94 stars 29 forks source link

"cannot import name QtOpenGL" in Ubuntu 12.4 #17

Closed dimalit closed 9 years ago

dimalit commented 9 years ago

Hi! While installing nustudio got this error: "cannot import name QtOpenGL"

After some googling found that I need to install: sudo apt-get install python-qt4-gl

Please, add the name of this package to README.md as a pre-requirement. Thank you.

david-ragazzi commented 9 years ago

Thanks for that!

Andrew also reported the same problem and respective solution. It's weird, because when you use "(sudo) pip install nustudio", the PyOpenGL and PyOpenGL packages are installed together. So a manual installation is not needed.

By the way, I updated README with these instructions.

Thanks!