I was trying to install nupic with Python 3.6.5, running the following command:
pip install nupic
but ran into the following error:
Collecting unittest2==0.5.1 (from nupic)
Using cached unittest2-0.5.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):File "C:\Users\Username\AppData\Local\Temp\pip-build-hjqcyuop\unittest2\unittest2\loader.py", line 92 except Exception, e: ^ SyntaxError: invalid syntax
How is this fixed? At the package end?