[Taslug] All those Python experts out there ...

Scott Bragg jsbragg at scriptforge.org
Wed Nov 8 20:20:01 AEDT 2017


Hi Peter,

It looks like you are running 32bit Debian whereas TensorFlow is might only be supported on 64 bit.
What CPU do you have in the machine, almost all Intel/AMD CPUs after 2005 are 64bit so you can
install 32 and 64bit OSes on them.

Can you tell us the results from commands:

uname -a 
grep "model name" /proc/cpuinfo

Cheers,
Scott


November 8, 2017 4:27 PM, "Peter Billam" <pjb at pjb.com.au> wrote:

> Greetings all you Python experts :-) Sorry to bother you all ...
> 
> I've been trying to install tensorflow,
> https://www.tensorflow.org/install
> and whether I install direct from pip3, or from a virtualenv, I get
> tensorflow-1.4.0-cp35-cp35m-linux_x86_64.whl is not a supported
> wheel on this platform
> So
> python3 -c \
> "from pip import pep425tags;print(pep425tags.supported_tags)"
> reveals:
> [('cp35','cp35m','manylinux1_i686'), ('cp35','cp35m','linux_i686'),
> ('cp35', 'abi3', 'manylinux1_i686'), ('cp35','abi3', 'linux_i686'),
> ('cp35', 'none', 'manylinux1_i686'), ('cp35','none', 'linux_i686'),
> ('cp34', 'abi3', 'manylinux1_i686'), ('cp34','abi3', 'linux_i686'),
> ('cp33', 'abi3', 'manylinux1_i686'), ('cp33','abi3', 'linux_i686'),
> ('cp32', 'abi3', 'manylinux1_i686'), ('cp32','abi3', 'linux_i686'),
> ('py3', 'none', 'manylinux1_i686'), ('py3', 'none', 'linux_i686'),
> ('cp35','none','any'), ('cp3','none','any'), ('py35','none','any'),
> ('py3','none','any'), ('py34','none','any'), ('py33','none','any'),
> ('py32','none','any'),('py31','none','any'), ('py30','none','any')]
> 
> That first option would seem to match, except I have manylinux1_i686
> and linux_i686, whereas tensorflow wants linux_x86_64
> Does that mean I have to run ubuntu instead of debian,
> or do I have to buy more modern hardware ?
> 
> TIA :-), Peter Billam
> 
> http://www.pjb.com.au pjb at pjb.com.au (03) 6278 9410
> "Follow the charge, not the particle." -- Richard Feynman
> from The Theory of Positrons, Physical Review, 1949
> _______________________________________________
> Taslug mailing list
> Taslug at lists.linux.org.au
> http://lists.linux.org.au/mailman/listinfo/taslug


More information about the Taslug mailing list