Try this:

pip uninstall nupic.bindings -y
pip uninstall nupic -y

Run these two commands several times, until there are no traces of
NuPIC or nupic.bindings on your system.

Then reinstall with:

pip install nupic

Let me know how that works?

---------
Matt Taylor
OS Community Flag-Bearer
Numenta


On Tue, Sep 8, 2015 at 9:44 AM, Mateja Putic <[email protected]> wrote:
> Running 'pip install nupic' this morning fails with
>
> Traceback (most recent call last):
>
>   File "<string>", line 17, in <module>
>
>   File "/net/if21/mp3t/NAB/venv/build/nupic.bindings/setup.py", line 534, in
> <module>
>
>     raise Exception("Must provide path to nupic core release. export
> NUPIC_CORE_RELEASE=<path>")
>
> Exception: Must provide path to nupic core release. export
> NUPIC_CORE_RELEASE=<path>
>
> If I recall correctly, this didn't used to be the case in previous releases,
> is this new?
>
> I am working to install the Numenta Anomaly Benchmark and I need to install
> nupic as a dependency.
>
> Here's how I created this error:
>
> git clone https://github.com/numenta/NAB.git
> cd NAB
> virtualenv venv
> source venv/bin/activate
> (venv) pip install -r requirements.txt
>
> Then I tried:
>
> (venv) python ./run.py
>
> and it complained that it couldn't import nupic.algorithms, so then I ran:
>
> (venv) pip install nupic
>
> which resulted in the above error.
>
> Can I install nupic.core from pip? I do not have root access on this machine
> and so far I cannot build nupic.core from source due to unrelated issues
> that we're discussing in a separate thread.
>
> Thanks,
>
> M
>
> --
> Mr. Mateja Putic
> Ph.D Candidate
> Department of Electrical and Computer Engineering
> University of Virginia
> (703) 303-2099

Reply via email to