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