删除LibreOffice
为了节省空间,可以删除一些不常用的软件,例如LibreOffice
sudo apt-get remove --purge libreoffice* smartsim
安装PyQt
笔者是在台式机上开发界面,在树莓派运行,所以只装了PyQt,没装Designer,推荐安装相同版本的,避免冲突。
sudo apt-get install python3-pyqt5
安装Cython
sudo pip3 install Cython
安装scikit-image
依赖Cython
sudo pip3 install scikit-image
安装sklearn
sudo apt-get install python3-sklearn
网友评论