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

Use pkg_resources to check for nupic #31

Closed oxtopus closed 8 years ago

oxtopus commented 8 years ago

This should address recent complaints of not being able to install nupic.studio due to change in how nupic reports version.

Fixes #30

rhyolight commented 8 years ago

Very nice of you to take this, @oxtopus. Hey @david-ragazzi, are you around? This PR fixes #30.

david-ragazzi commented 8 years ago

Thanks @oxtopus ! Very appreciated!

david-ragazzi commented 8 years ago

BTW I had to revert some changes because require function test all nupic dependencies while nupic.studio uses only SP and TM code. get_package("nupic").version was enough.