Friday, March 13, 2020

Openshot cannot be started in Ubuntu 18.04

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)

No comments: