Hi, Ryan!

What is the output of `python -c 'import struct; print 8 *
struct.calcsize("P")'`?

For example, on my system:

$ python -c 'import struct; print 8 * struct.calcsize("P")'
64

If it prints 32, you're on a 32-bit system, in which case the 64-bit wheel
won't work.

Separately, if you're not running Python 2.7.x, then it won't work either.
What is the output of `python --version`?

It should look something like:

$ python --version
Python 2.7.6


If installing the binaries fails, building from source is an option if
you're running Python 2.7

On Sat, Sep 12, 2015 at 5:49 PM, Ryan J. McCall <[email protected]>
wrote:

> Hi NuPIC,
>
> I'm trying to install NuPIC on Linux but perhaps pip thinks I'm on a
> 32-bit system? Installing the nupic.core wheel is not happening.
>
> pip install
> https://s3-us-west-2.amazonaws.com/artifacts.numenta.org/numenta/nupic.core/releases/nupic.bindings/nupic.bindings-0.1.5-cp27-none-linux_x86_64.whl
> nupic.bindings-0.1.5-cp27-none-linux_x86_64.whl is not a supported wheel
> on this platform.
>
> You're help is greatly appreciated.
>
> Thank you,
>
> Ryan
>

Reply via email to