Hi Matt,

I've been trying to install it inside a Docker container, as the
environment there is very isolated, and I finally succeeded today.

Besides previous comments on required libraries, I also needed to install
numpy, as pip throws some errors otherwise.

Here is the minimal Dockerfile I could get working:
https://gist.github.com/allanino/984ce676b021071dc9b9

Allan Costa
*allanino.me/about* <http://allanino.me/about>

Allan Costa
*allanino.me/about* <http://allanino.me/about>


2014-08-01 21:56 GMT-03:00 Matthew Taylor <[email protected]>:

> I *think* I've finally got a pypi package uploaded that people can
> use. I'm looking for volunteers who:
>
> 1. have python 2.6 or 2.7 installed
> 2. have pip installed (or can install it)
> 3. have git installed (or can install it)
> 4. [optionally] have never installed nupic before
>
> If you fit this description and you'd like to run a semi-quick test
> for me, simply open up a terminal window and type:
>
>     pip install nupic
>
> This *should* download and build nupic and all required dependencies,
> and it will take a few minutes depending on your internet connection
> and computer speed. If the console output ends with:
>
>     Successfully installed nupic
>     Cleaning up...
>
> That is a Good Thing.
>
> You should now be able to "import nupic" form python and run swarms,
> models, etc.
>
> If you get some crazy errors during the installation which does not
> end in "Successfully installed nupic", please paste your entire
> console output on pastebin.com (or some other paste repository) and
> reply here with the link.
>
> The more people who do this, the better!
>
> Many thanks,
> ---------
> Matt Taylor
> OS Community Flag-Bearer
> Numenta
>
> _______________________________________________
> nupic mailing list
> [email protected]
> http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
>
_______________________________________________
nupic mailing list
[email protected]
http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org

Reply via email to