From 3c7c227b3a0e6c13d704524e7a47e6d6e0feccc0 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 1 Jun 2020 21:59:05 +1000 Subject: [PATCH] Installed libxcb-xinerama0 to fix PyQt5 --- .ci/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/install.sh b/.ci/install.sh index 3a8221659..8a3b8fee4 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -34,7 +34,7 @@ if [[ $TRAVIS_PYTHON_VERSION == 3.* ]]; then # arm64, ppc64le, s390x CPUs: # "ERROR: Could not find a version that satisfies the requirement pyqt5" if [[ $TRAVIS_CPU_ARCH == "amd64" ]]; then - sudo apt-get -qq install pyqt5-dev-tools + sudo apt-get -qq install libxcb-xinerama0 pyqt5-dev-tools pip install pyqt5 fi fi