htm-community / htm.core

Actively developed Hierarchical Temporal Memory (HTM) community fork (continuation) of NuPIC. Implementation for C++ and Python
http://numenta.org
GNU Affero General Public License v3.0
150 stars 74 forks source link

Unable to setup under Python 3.12 on Windows #1025

Open Redamancy-520 opened 1 month ago

Redamancy-520 commented 1 month ago

After running the command python setup.py install --user --forceit return the error: ModuleNotFoundError: No module named 'distutils.msvccompiler'

But I have already installed setuptools. During setup I only get an error about numpy when I run the command pip install -r requirements.txt. And I also have VS 2022 installed.

Thank you!

dkeeney commented 5 days ago

See #1024