Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyQt5 is not available from wheel on ARM platforms #6178

Closed
mvillion opened this issue Jan 9, 2018 · 3 comments
Closed

PyQt5 is not available from wheel on ARM platforms #6178

mvillion opened this issue Jan 9, 2018 · 3 comments

Comments

@mvillion
Copy link
Contributor

mvillion commented Jan 9, 2018

Hello,

The PyQt5 dependency added since 3.2.5 breaks installation on ARM platforms.
Same issue on Odroid XU4 and Rapsberry Pi:

sudo pip3 install spyder -U
[...]
Collecting pyqt5; python_version >= "3" (from spyder)
Could not find a version that satisfies the requirement pyqt5; python_version >= "3" (from spyder) (from versions: )
No matching distribution found for pyqt5; python_version >= "3" (from spyder)

A workaround may be:

sudo pip3 install rope nbconvert pylint psutil pyopengl chardet qtpy sphinx pyzmq jedi cloudpickle -U
sudo pip3 install spyder -U --no-deps

@ccordoba12
Copy link
Member

How do you run Spyder then?

@ccordoba12 ccordoba12 added this to the v3.2.7 milestone Jan 9, 2018
@mvillion
Copy link
Contributor Author

mvillion commented Jan 9, 2018

On ARM devices, it is very difficult to compile a complete PyQt5 library due to memory limitations (especially PyQt5.QtWebkit).
Hopefully, distribution like raspbian stretch offer packages like:
sudo apt install python3-pyqt5 python3-pyqt5.qtwebkit

It works on Rapsberry Pi 3 with:
Python 3.5.3 32bits, Qt 5.7.1, PyQt5 5.7 on Linux

@ccordoba12 ccordoba12 modified the milestones: v3.2.7, v3.2.8 Jan 11, 2018
@ccordoba12 ccordoba12 removed this from the v3.2.8 milestone Mar 3, 2018
@ccordoba12
Copy link
Member

We don't have time to deal with this, sorry. Glad you found a workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants