python - Cannot import name '_gi' - Stack Overflow
https://stackoverflow.com/questions/59389831I'm trying to add a repository to ppa with the add-apt-repository commands but the _gi module from Python is not found.. I did this command : sudo add-apt-repository ppa:s-mankowski/ppa-kf5 Here is the traceback : Traceback (most recent call last): File "/usr/bin/add-apt-repository", line 11, in <module> from softwareproperties.SoftwareProperties import SoftwareProperties, …