vicariousinc / science_rcn

Reference implementation of a two-level RCN model

Home Page:https://www.vicarious.com/Common_Sense_Cortex_and_CAPTCHA.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not able to setup on python2.7

FirstHandScientist opened this issue · comments

Anyone successfully setup on ubuntu 16.04?
After creating a virtual environment by
$ virtualenv -p python2.7 venv
activate it and run
$ python setup install
The python 2.7 setup gives error:
...site-packages/setuptools/sandbox.py", line 45, in _execfile
exec(code, globals, locals)
File "/tmp/easy_install-EL_eGV/numpy-1.17.2/setup.py", line 31, in
pass
RuntimeError: Python version >= 3.5 required.

Any suggestions to resolve this would be appreciated.

Best,
Dong