-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get objects status from Network class rather Spatial or Temporal classes #41
Comments
I recommend NuPIC 0.6.0. If that doesn't work, try 0.5.3. |
Thanks @rhyolight ! |
I tried nupic 0.6.0 and it told me there was "no module named CLAClassifier". Then I tried 0.5.3 and it said "Could not find a version that satisfies the requirement" |
Can anyone help me please? |
Maybe try 0.5.7?
|
it keeps telling me "ImportError: No module named CLAClassifier" |
I'm sorry, I don't know the answer. |
Are you able to replicate this? |
@pxc3113 This is not my project. I don't think it is maintained. I can help you with NuPIC issues, but not NuPIC Studio. |
@rhyolight @david-ragazzi I'm disappointed to hear that this is not maintained anymore. NuPIC Studio is a valuable tool for beginners to understand HTM theory more easily. Me and other people would grealy appreciate it if someone can step in and help fix this issue, thanks a lot! |
@pxc3113 I'm only that mantain this project althought invite several developers to contribute. Because this it's very dificult get free time to do get things updated. In September (which start my vacations), I'm planing fix this and any other issues. Until there, I ask for patience. OBS: I'm thinking on use crowdfunding to accelerate some ideas and fixes: with funds I can discard some jobs to dedicate to NuPIC Studio. |
@david-ragazzi how much money in total do you guys need? I'll try my best to help. |
@david-ragazzi @rhyolight After it told me this "from nupic.algorithms import CLAClassifier |
The best version is 0.5.4:
|
Some compatibility issues are rising because nupic.studio handles a older version of nupic and newer nupic versions change/remove sometimes their fields which raises errors. Future plans include handle directly nupic.network class by get neural objects and their status. This would decreasing the compatibility issues at every new nupic version. In the meantime I recommend use nupic version 0.5.4 until this fix be implemented. Any help is welcome!
The text was updated successfully, but these errors were encountered: