[PyQt] Experimental PyQt5 v5.6 Wheels Available

Phil Thompson phil at riverbankcomputing.com
Sat Apr 9 22:27:57 BST 2016


On 9 Apr 2016, at 7:26 pm, Kevin Mcintyre <kebin70 at gmail.com> wrote:
> 
> I started a amazon ubuntu 64 instance upgraded the python to 3.5 and got the same error:
> 
> pip install sip-4.18.dev1604081802-cp35-cp35m-linux_x86_64.whl 
> sip-4.18.dev1604081802-cp35-cp35m-linux_x86_64.whl is not a supported wheel on this platform.
> Storing debug log for failure in /home/ubuntu/.pip/pip.log
> 
> ------------------------------------------------------------
> /usr/bin/pip run on Sat Apr  9 18:21:20 2016
> sip-4.18.dev1604081802-cp35-cp35m-linux_x86_64.whl is not a supported wheel on this platform.
> Exception information:
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 122, in main
>     status = self.run(options, args)
>   File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 257, in run
>     InstallRequirement.from_line(name, None))
>   File "/usr/lib/python2.7/dist-packages/pip/req.py", line 168, in from_line
>     raise UnsupportedWheel("%s is not a supported wheel on this platform." % wheel.filename)
> UnsupportedWheel: sip-4.18.dev1604081802-cp35-cp35m-linux_x86_64.whl is not a supported wheel on this platform.

pip3?

Phil


More information about the PyQt mailing list