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

Peter Billam pjb at pjb.com.au
Wed Nov 8 16:26:28 AEDT 2017


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


More information about the Taslug mailing list