I tried pip install nupic. It gives the below error. Would you please guide me ?
1 Like
Hey @anjana, welcome!!
I’m not an expert on this kind of stuff, but I suspect the issue is that you’re using pip3. I assume pip3 means it’s meant for python 3, though NuPIC is only for python 2.
1 Like
@anjana, you can try htm.core which is the python 3 port of NuPIC supported by the community.
For Python 3.8 you will need to build from sources. See README.md.
2 Likes
Thanks . I installed python 2.7 too along with python3. The above issue solved. But some errors that i dont know. So I tried htm core . Works fine.
1 Like
Thanks. I tried. It works fine.
1 Like