What's your Python version?

El 04/12/17 a las 15:11, PmB escribió:

Hi,

This may not be a spyder issue, but if anyone has some insight as to how to resolve this it would be appreciated.

I have installed spyder to run under python3 using the command 'pip3 install spyder'

Running the command 'spyder3' gives me an error

    qtpy.PythonQtError: No Qt bindings could be found

I found that I needed to install PyQt5 so I issued the command 'pip3 install pyqt5' but this gave the error

    Collecting pyqt5
        Using cached PyQt5-5.8-5.8.0-cp34.cp35.cp36.cp37-abi3-manylinux1_x86_64.whl
    Collecting sip>=4.19.1 (from pyqt5)
        Could not find a version that satisfies the requirement sip>=4.19.1 (from pyqt5) (from versions: )
    No matching distribution found for sip>=4.19.1 (from pyqt5)

I have tried downloading wheel files from 'https://pypi.python.org/pypi/SIP', but anything, with 'manylinux' in the wheel filename, I try to install gives the error

/<filename>/.whl is not a supported wheel on this platform.

which makes sense from the message when trying to install PyQt5.

The OS is openSUSE Leap 42.3.

Is there anyway to get around this?

Thanks

Peter
--
You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]>. To post to this group, send email to [email protected] <mailto:[email protected]>.
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to