Classification: NPL Management Ltd - Public

Hi David and Matt,

 

Thank you very much for your advice. After making sure my dependencies
are up to date I've got to the stage:

 

python setup.py install            --(I've tried running it normally and
as the root user, with the "sudo" command)

 

 

and the following error message occurred:

 

fatal: unable to connect to github.com:

github.com[0: 192.30.252.130]: errno=Connection refused

 

Cloning into '/home/john/nupic2/nupic/extensions/core'...

CMake Error at CMakeLists.txt:267 (message):

Unable to clone git://github.com/numenta/nupic.core.git into
/home/john/nupic2/nupic/extensions/core

Call Stack (most recent call first): 

     CMakeLists.txt:751 (generate_submodule_library)

 

Unable to generate build scripts!

 

 

I believe this issue stems from the fact that the network I'm on at
work, has a firewall preventing me from using the git:// protocol, I
will need to use the https:// protocol instead. Is it a good idea to
edit the code to fix this, if so where would I find the code? 

 

Thanks,

Cavan

 

 

From: nupic [mailto:[email protected]] On Behalf Of
Matthew Taylor
Sent: 30 July 2014 16:29
To: NuPIC general mailing list.
Subject: Re: [nupic-discuss] Error running swarms [NI]

 

Cavan,

 

You won't need to reclone the project. Just set the $NUPIC environment
variable to point to the path where you have it checked out and run:

 

cd $NUPIC

git clean -dfx

git pull origin master

python setup.py install

 

If you want to try to run tests...

 

./run_tests.sh -u

 

But yeah, like David said, you might need to ensure your dependencies
are installed with the right versions.




---------

Matt Taylor

OS Community Flag-Bearer

Numenta

 

On Wed, Jul 30, 2014 at 4:40 AM, David Ray <[email protected]>
wrote:

Hi Cavan,

 

I tried re-installing over an old installation also, and I just want to
warn you of uninstalling numpy before you proceed. I am still working
with Matt (haven't gotten back to it yet because it's my work computer
and I am busy ...well... Working :-) ). But this may cause some problems
that Matt and I haven't worked through.

 

Just a "heads-up"

 

David Ray

Sent from my iPhone


On Jul 30, 2014, at 4:30 AM, "Cavan Day-Lewis"
<[email protected]> wrote:

        Classification: NPL Management Ltd - Internal

        I am relatively new to Nupic and have experienced a few issues
regarding running swarms.

         

        I have tried to follow the steps on Matt Taylor's One Hot Gym
Prediction Tutorial video on YouTube, however, I have been unsuccessful
in running a swarm over the "rec-center-hourly.csv" file. I received an
error that said I had a non-ASCII character somewhere in the code even
though all of the code matched the example on GitHub and there didn't
seem to be any odd characters. I have come to the conclusion that I am
probably running an outdated version of NuPIC. I installed it about a
year ago, so can I update this version of NuPIC by entering in the "git
clone https://github.com/numenta/nupic.git"; command or do I need to
start again from scratch by removing the old version and installing the
current version?

         

        I would appreciate any advice on this matter.

         

        Thanks,

        Cavan

         

________________________________

If you have received this message in error, please notify us and remove
it from your system.
NPL Management Ltd cannot guarantee that the e-mail or any attachments
are free from viruses.

NPL Management Ltd is a company registered in England and Wales, number:
2937881
Registered office: Serco House | 16 Bartley Wood Business Park | Hook,
Hampshire | UK | RG27 9UY 

________________________________

<npl-logo.jpg> <http://www.npl.co.uk/>  

STAY CONNECTED
<twitter.jpg> <http://www.twitter.com/npl>  <facebook.jpg>
<http://www.facebook.com/npldigital>  <youtube.jpg>
<http://www.youtube.com/npldigital>  <apple.jpg>
<http://itunes.apple.com/us/podcast/national-physical-laboratory/id29507
6289>  <connect.jpg>
<https://ktn.innovateuk.org/web/measurement-network>  

        _______________________________________________
        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

 



_______________________________________________
nupic mailing list
[email protected]
http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org

Reply via email to