After I install openshot via PPA, following from its official website:
sudo add-apt-repository ppa:openshot.developers/ppa
sudo apt-get update
sudo apt-get install openshot-qt
I cannot start openshot. After googling I found the solution by removing python3 module pyqt5 as follows:
$pip3 uninstall pyqt5
Credits: openshot, and github (Thanks to behnambm for the solution)
sudo add-apt-repository ppa:openshot.developers/ppa
sudo apt-get update
sudo apt-get install openshot-qt
I cannot start openshot. After googling I found the solution by removing python3 module pyqt5 as follows:
$pip3 uninstall pyqt5
Credits: openshot, and github (Thanks to behnambm for the solution)
No comments:
Post a Comment