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

SyntaxError: Invalid Syntax Error While Installing the Library #3885

Open sam6889 opened 4 years ago

sam6889 commented 4 years ago

I get the following error message when attempting to install nupic library:

Traceback (most recent call last): File "", line 1, in File "/tmp/pip-install-64z_waut/unittest2/setup.py", line 12, in from unittest2 import version as VERSION File "/tmp/pip-install-64z_waut/unittest2/unittest2/init.py", line 40, in from unittest2.collector import collector File "/tmp/pip-install-64z_waut/unittest2/unittest2/collector.py", line 3, in from unittest2.loader import defaultTestLoader File "/tmp/pip-install-64z_waut/unittest2/unittest2/loader.py", line 92 except Exception, e:

xhulianoThe1 commented 4 years ago

Think this a python version issue, think it only supports python 2.7 This is the community fork, should support 3+ https://github.com/htm-community/htm.core