我尝试执行以下命令。但它是错误的。我怎样才能克服
命令:python3 install.py
错误:
Checking dependencies
Python Version: 3.5.2
Found PyQt5
Found pyuic5
Sorry, please install QScintilla2 and
its PyQt5/PyQt4 wrapper.
Error: cannot import name 'Qsci'请帮帮忙。
发布于 2019-05-11 19:12:00
sudo apt-get install python3-pyqt5.qsci是你所需要的。
https://askubuntu.com/questions/931162
复制相似问题