Steve, that is expected [1]. Can you "import nupic" in python? [1] https://github.com/numenta/nupic/issues/898 --------- Matt Taylor OS Community Flag-Bearer Numenta
On Mon, Aug 4, 2014 at 12:40 PM, Stephen Crane <[email protected]> wrote: > Hi Matthew, > With the latest version I see: > > [100%] Built target testpyhtm > > warning: no files found matching '_*.dll' under directory > 'nupic/bindings' > File > "/usr/local/lib/python2.7/dist-packages/nupic/regions/UnimportableNode.py", > line 5 > Try to > ^ > SyntaxError: invalid syntax > > Successfully installed nupic > Cleaning up... > > Cheers, > > > On 4 August 2014 16:40, Matthew Taylor <[email protected]> wrote: >> >> Ok humans, >> >> I've got a new version uploaded that should work around the swig >> permission problem: >> >> https://pypi.python.org/pypi/nupic/0.1.14 >> >> Please try "pip install nupic" again, and be sure you've got cmake >> installed. >> >> Thanks again, >> --------- >> Matt Taylor >> OS Community Flag-Bearer >> Numenta >> >> >> On Fri, Aug 1, 2014 at 5:56 PM, Matthew Taylor <[email protected]> wrote: >> > 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 > > > > > -- > Steve > > _______________________________________________ > 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
