numenta / nupic-legacy

Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of intelligence based strictly on the neuroscience of the neocortex.
http://numenta.org/
GNU Affero General Public License v3.0
6.33k stars 1.56k forks source link

Installation using pip install nupic. setuptools dependency error. #3888

Open vishwanathvenkat opened 4 years ago

vishwanathvenkat commented 4 years ago

Created a virtual environment with python 2.7. Having the following error.

ERROR: Package 'setuptools' requires a different Python: 2.7.12 not in '>=3.5'

The workaround was to force install setuptools==2.5.2.0 before installing nupic.