Hello,
I have an idea of using HTM for FALL DETECTION I am facing issue of installing HTM dependencies such as NUPIC. The HTM does not support python3 its only using Python 2 and it s seems to be difficult of installing pytorch and other machine learning librairie on python 2. Other side am also have issue of installing python3 using core HTM. I wonder how I can deal with these issues! DOES ANYBODY HAVE A CLUE TO HANDLE THIS?? ![]()
I guess you should use GitHub - htm-community/htm.core: Actively developed Hierarchical Temporal Memory (HTM) community fork (continuation) of NuPIC. Implementation for C++ and Python instead of NuPIC
Following instructions on that page it installed in a python 3.10 virtualenv in Ubuntu 22.something
alright! i am windows user but i will give a try! Thanks
The htm.core library runs on both linux and windows and uses python3. You will need the Visual Studio C++ compiler to build on windows however. Make a clone of the htm.core repository on your computer then follow the instructions in the README,
Hey, you can simply use a new version of HTM that supports Python 3 called htm.core because it is made by the HTM community and the updated version of NuPIC, but don’t try to install the old NuPIC because it needs Python 2 and new libraries like PyTorch, so it won’t work on it.
Hope this will help you.
That’s tricky! You could try a Python 2 virtual environment for HTM or look for Python 3-compatible HTM alternatives.