Matt, thanks for the quick fix. It did work.
On Wed, Aug 19, 2015 at 11:54 AM, Matthew Taylor <[email protected]> wrote: > Takenori, can you try again now? First, update your code to the latest > with git, or download the latest source code tarball from > https://github.com/numenta/nupic/releases/tag/0.2.8. Then try "python > setup.py install --user" again. > > --------- > Matt Taylor > OS Community Flag-Bearer > Numenta > > On Tue, Aug 18, 2015 at 7:19 PM, Matthew Taylor <[email protected]> wrote: > >> Sorry. We just had a botched release deployment. Our continuous >> integration server is having problems. Please try again tomorrow? >> >> Sent from my MegaPhone >> >> On Aug 18, 2015, at 7:04 PM, Takenori Sato <[email protected]> wrote: >> >> 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 >> >> >
