-
I just updated to latest nupic and nupic.core and I get the following error when I try to run tests:
```
$ python setup.py develop --user
setuptools version: 11.3.1
numpy version: 1.9.2
Attempting to…
-
I got
./configure: line 2769: printf: write error: Broken pipe
./configure: line 2751: printf: write error: Broken pipe
when I did "pip install --user -r $NUPIC/external/common/requirements.txt".
I d…
-
This issue aims organize (and follow the progress of) the steps needed to build `nupic.core` on Windows.
The Pull Requests listed below should be reviewed in the order listed, because each PR builds…
-
From: https://issues.numenta.org/browse/NPC-320
For darwin86/64 ( https://github.com/numenta/nupic/pull/181 ) we use vDSP/vecLib for optimized math functions.
There is no such support for linux (and…
-
Much like we have C and Python style guides, we should also have one for CMake. It's fine to link to an existing guide like [the KDE CMake Style Guide](https://techbase.kde.org/Policies/CMake_Coding_S…
-
I'm not aware of anyone using the CentOS variant of the Dockerfile (https://github.com/numenta/nupic/blob/master/docker/centos/Dockerfile). In the interest of simplifying and reducing maintenance ove…
-
Investigate a faster, platform-independent hash function instead of `numpy.random`, and use it instead in Coordinate Encoder.
-
It seems to be a regression of numenta/nupic#669 , reappeared at numenta/nupic.core@HEAD after merging #47, or before it, I don't know.
See also http://stackoverflow.com/a/19774902/200764
Details:
…
-
On a Ubuntu VM with only `$NUPIC` and `$NTA` manually set, after making, runing `$NUPIC/run_tests.sh --all` fails, giving the following complain:
```
utensilsong@vm-1:~/projects/david-ragazzi/nupic$ …
-
Is there a way to prevent the repo from containing all that Windows code? I'm not sure of the best approach. We've talked about a `nupic-windows64` platform repository. This issue is still up for disc…