Unable to install nupic

I am unable to install nupic on my computer given that

Python 3.9.7
pip 21.0.1
installed wheel in my system fedora 35.
I have also attached a screen shot.
Please help! Thanks

Hi @surya001,
NuPIC is quite old, and I think only supports Python 2.
Please try GitHub - htm-community/htm.core: Actively developed Hierarchical Temporal Memory (HTM) community fork (continuation) of NuPIC. Implementation for C++ and Python instead.
thanks.

Hi @brev ,
Thank you very much. I later figured out that it will not work in Python 3 version. Hopefully htm.core works well.

For completeness and for others who want to use the original Nupic version (instead of the community fork):
I had to install/use the 64 Bit Python variant:
https://www.python.org/ftp/python/2.7.18/python-2.7.18.amd64.msi

For Windows Pip installation there is a script which makes it easier to install Pip the right way:
https://bootstrap.pypa.io/pip/2.7/get-pip.py

Then you need to install python VC Redist from here:
https://web.archive.org/web/20200709160228if_/https://download.microsoft.com/download/7/9/6/796EF2E4-801B-4FC4-AB28-B59FBF6D907B/VCForPython27.msi

Then with the help of pip you need to upgrade/install the packages “setuptool”, “nupic.bindings” and “nupic” itself. On one machine I had to upgrade setuptool after the installation of NuPIC.

With this recipe it worked on a Windows 10 machine.