Hi, I tried to install NuPIC on Ubuntu 14.04, but got an error when invoked setup.py as follows.
Can you check if the url is valid(public url not expired)? $ python setup.py install --user setuptools version: 3.3 numpy version: 1.8.2 Attempting to fetch nupic.core binaries... Downloading from https://s3-us-west-2.amazonaws.com/artifacts.numenta.org/numenta/nupic.core/nupic_core-1deca75e296e6738df3592d579296774bd2fbe6e-linux64.tar.gz to /home/tsato/nupic/extensions/core/nupic_core-1deca75e296e6738df3592d579296774bd2fbe6e-linux64.tar.gz. Traceback (most recent call last): File "setup.py", line 382, in <module> nupicCoreReleaseDir = prepareNupicCore(options, platform, bitness) File "setup.py", line 306, in prepareNupicCore "remote tarball exists." % nupicCoreRemoteUrl) Exception: Failed to download nupic.core tarball from https://s3-us-west-2.amazonaws.com/artifacts.numenta.org/numenta/nupic.core/nupic_core-1deca75e296e6738df3592d579296774bd2fbe6e-linux64.tar.gz}! Ensure you have an internet connection and that the remote tarball exists. ... <Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>numenta/nupic.core/nupic_core-1deca75e296e6738df3592d579296774bd2fbe6e-linux64.tar.gz</Key><RequestId>3FE43928A50C68DD</RequestId><HostId>M1ehXde4Vmg0UsYnBgb7EIOWTPTaPXHXdJohrhjUqMe6MxP2h+QeWOF4MOtC/XRuglAIHY0szOo=</HostId></Error> Thanks, Takenori
