Playing with Numenta legacy
Trying to run numenta legacy nupic, got this far.
git clone https://github.com/numenta/nupic-legacy
pip install --trusted-host pycapnp
pip install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host capnproto.org --trusted-host capnproto --trusted-host capnproto.org nupic
brew install capnp
pip install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host capnproto.org --trusted-host capnproto --trusted-host capnproto.org nupic
Error:
9 errors generated.
*WARNING* no libcapnp detected or rebuild forced. Will download and build it from source now. If you have C++ Cap'n Proto installed, it may be out of date or is not being detected. Downloading and building libcapnp may take a while.
fetching https://capnproto.org/capnproto-c++-0.6.1.tar.gz into /private/var/folders/lb/wmsv87h538l69_4zdsz2tj9h0000gn/T/pip-install-eGCBJ2/pycapnp/bundled
error: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727)>
Comments
Post a Comment