Skip to content

Commit 3c7c227

Browse files
committed
Installed libxcb-xinerama0 to fix PyQt5
1 parent df18594 commit 3c7c227

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ci/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if [[ $TRAVIS_PYTHON_VERSION == 3.* ]]; then
3434
# arm64, ppc64le, s390x CPUs:
3535
# "ERROR: Could not find a version that satisfies the requirement pyqt5"
3636
if [[ $TRAVIS_CPU_ARCH == "amd64" ]]; then
37-
sudo apt-get -qq install pyqt5-dev-tools
37+
sudo apt-get -qq install libxcb-xinerama0 pyqt5-dev-tools
3838
pip install pyqt5
3939
fi
4040
fi

0 commit comments

Comments
 (0)