[PyQt] No SIP 4.19.1 on windows for python 3.4

Phil Thompson phil at riverbankcomputing.com
Wed Mar 1 19:22:23 GMT 2017


On 1 Mar 2017, at 6:51 pm, Zdenko Podobný <zdenop at gmail.com> wrote:
> 
> 
> On Wed, Mar 1, 2017 at 6:19 PM, Phil Thompson <phil at riverbankcomputing.com> wrote:
> On 1 Mar 2017, at 5:09 pm, Zdenko Podobný <zdenop at gmail.com> wrote:
> >
> > Hello,
> >
> > I tried to install PyQtChart on windows, but it seems there is no SIP 4.19.1 for python 3.4:
> >
> > pip3 install PyQtChart
> > Collecting PyQtChart
> >   Using cached PyQtChart-5.8-5.8.0-cp34.cp35.cp36.cp37-none-win32.whl
> > Collecting PyQt5>=5.8.0 (from PyQtChart)
> >   Using cached PyQt5-5.8-5.8.0-cp34.cp35.cp36.cp37-none-win32.whl
> > Collecting sip>=4.19.1 (from PyQt5>=5.8.0->PyQtChart)
> >   Could not find a version that satisfies the requirement sip>=4.19.1 (from PyQt5>=5.8.0->PyQtChart) (from versions: )
> > No matching distribution found for sip>=4.19.1 (from PyQt5>=5.8.0->PyQtChart)
> >
> > It seems that other dependencies are available for python 3.4. Is there other way how to get this package?
> 
> You would need to compile it yourself.
> 
> Unfortunately I am not able to build from source on windows. 
> It is strange that PyQtChart-5.8 and PyQt5-5.8 is available in binary form for python 3.4, but not SIP...

As I've explained several times before the cp34 refers to the minimum version of the Python ABI required, not the version of Python supported. However in future I will remove it from the tag as too many people get confused.

Phil


More information about the PyQt mailing list