[PyQt] No SIP 4.19.1 on windows for python 3.4
Phil Thompson
phil at riverbankcomputing.com
Wed Mar 1 17:19:49 GMT 2017
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.
Phil
More information about the PyQt
mailing list