[Distutils] "not a supported wheel on this platform"

Antoine Pitrou solipsis at pitrou.net
Tue Oct 28 15:22:00 CET 2014


Hello,

Ok, so until I find a better solution I've tried hosting a wheel on a
personal server, but then I get the following error when installing it:

$ pyvenv-3.4 t
$ source t/bin/activate
(t) $ pip install https://ssl.pitrou.net/llvmlite-0.1-py2.py3-none-linux_x86_64.whl
llvmlite-0.1-py2.py3-none-linux_x86_64.whl is not a supported wheel on this platform.
Storing debug log for failure in /home/antoine/.pip/pip.log

Yet:

(t) $ python 
Python 3.4.1 (3.4:d1bf37def4fd, May 19 2014, 19:52:53) 
[GCC 4.8.1] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import sysconfig
>>> sysconfig.get_platform()
'linux-x86_64'


The log file doesn't tell anything really interesting:

------------------------------------------------------------
/home/antoine/t/t/bin/pip run on Tue Oct 28 15:18:06 2014
llvmlite-0.1-py2.py3-none-linux_x86_64.whl is not a supported wheel on this platform.
Exception information:
Traceback (most recent call last):
  File "/home/antoine/t/t/lib/python3.4/site-packages/pip/basecommand.py", line 122, in main
    status = self.run(options, args)
  File "/home/antoine/t/t/lib/python3.4/site-packages/pip/commands/install.py", line 257, in run
    InstallRequirement.from_line(name, None))
  File "/home/antoine/t/t/lib/python3.4/site-packages/pip/req.py", line 167, in from_line
    raise UnsupportedWheel("%s is not a supported wheel on this platform." % wheel.filename)
pip.exceptions.UnsupportedWheel: llvmlite-0.1-py2.py3-none-linux_x86_64.whl is not a supported wheel on this platform.


Regards

Antoine.




More information about the Distutils-SIG mailing list