NuPIC 0.7.0 ARM test failures

Hi, reached to the same place when installing nupic to Odroid-C2 (Linux odroid64 3.14.79-12):

Collecting nupic.bindings==0.7.0 (from nupic)
Could not find a version that satisfies the requirement nupic.bindings==0.7.0 (from nupic) (from versions: )
No matching distribution found for nupic.bindings==0.7.0 (from nupic)

There is already nupic.bindings-0.7.1 in pypi.python.org/pypi/nupic.bindings
Still, attempts to install nupic.binding one or another version failed with the same message.
Thanks in advance!

1 Like

Is this a 32bit system?

Nop. It looks very 64-bit system :slight_smile:
odroid@odroid64:~$ uname -a
Linux odroid64 3.14.79-102 #1 SMP PREEMPT Thu Jan 5 15:45:41 BRST 2017 aarch64 aarch64 aarch64 GNU/Linux

Or binary wheels on PyPI are built for x86_64. It looks like you are on an ARM chip. You maybe still be able to build from source using the instructions in the README for nupic.core repo.

1 Like

Thanks, indeed, It was possible to install nupic.core, tests were passed well (202), few skipped (4), one warning. So, I have reached somewhere now :slight_smile:

This is probably not a problem. It may be a py.test incompatibility.