Used pyqt5 v5.14
This commit is contained in:
parent
2e285a8400
commit
028de8176b
1 changed files with 2 additions and 2 deletions
|
@ -12,12 +12,12 @@ before_install:
|
||||||
- sudo apt-get install -y checkinstall build-essential
|
- sudo apt-get install -y checkinstall build-essential
|
||||||
- sudo apt-get install portaudio19-dev
|
- sudo apt-get install portaudio19-dev
|
||||||
- sudo apt-get install libsecret-1-dev
|
- sudo apt-get install libsecret-1-dev
|
||||||
- sudo apt install python3-pyqt5
|
|
||||||
- sudo apt-get install libconfig-dev libvpx-dev check -qq
|
- sudo apt-get install libconfig-dev libvpx-dev check -qq
|
||||||
install:
|
install:
|
||||||
- pip3 install sip
|
- pip3 install sip
|
||||||
- pip3 install pyaudio
|
- pip3 install pyaudio
|
||||||
- pip3 install pyqt5
|
- pip3 install pyqt5==5.14
|
||||||
- pip3 install opencv-python
|
- pip3 install opencv-python
|
||||||
before_script:
|
before_script:
|
||||||
# Opus
|
# Opus
|
||||||
|
|
Loading…
Reference in a new issue