We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df18594 commit 3c7c227Copy full SHA for 3c7c227
1 file changed
.ci/install.sh
@@ -34,7 +34,7 @@ if [[ $TRAVIS_PYTHON_VERSION == 3.* ]]; then
34
# arm64, ppc64le, s390x CPUs:
35
# "ERROR: Could not find a version that satisfies the requirement pyqt5"
36
if [[ $TRAVIS_CPU_ARCH == "amd64" ]]; then
37
- sudo apt-get -qq install pyqt5-dev-tools
+ sudo apt-get -qq install libxcb-xinerama0 pyqt5-dev-tools
38
pip install pyqt5
39
fi
40
0 commit comments