File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ readonly ubuntu_pkgs=(
2020 libavcodec-dev
2121 libavformat-dev
2222 libswscale-dev
23- python -dev
23+ python3 -dev
2424 libtbb2
2525 libtbb-dev
2626 libjpeg-dev
@@ -32,6 +32,18 @@ readonly ubuntu_pkgs=(
3232 libsm6
3333 libxext6
3434 libgl1-mesa-glx
35+ python3-pyqt5
36+ python3-pyqt5.qtquick
37+ qml-module-qtquick-controls2
38+ qml-module-qt-labs-platform
39+ qtdeclarative5-dev
40+ qml-module-qtquick2
41+ qtbase5-dev
42+ qtchooser
43+ qt5-qmake
44+ qtbase5-dev-tools
45+ qml-module-qtquick-layouts
46+ qml-module-qtquick-window2
3547)
3648
3749readonly ubuntu_arm_pkgs=(
@@ -41,8 +53,6 @@ readonly ubuntu_arm_pkgs=(
4153 libhdf5-dev
4254 libatlas-base-dev
4355 libjasper-dev
44- libqtgui4
45- libqt4-test
4656 # https://github.com/EdjeElectronics/TensorFlow-Object-Detection-on-the-Raspberry-Pi/issues/18#issuecomment-433953426
4757 libilmbase-dev
4858 libopenexr-dev
You can’t perform that action at this time.
0 commit comments