Cannot import name '_gi'

前端 未结 4 1654
说谎
说谎 2021-01-11 11:58

I\'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

4条回答
  •  天命终不由人
    2021-01-11 12:09

    Thanks to a comment by Wilhelm, I found that the solution is:

    sudo ln -s /usr/lib/python3/dist-packages/gi/_gi.cpython-{36m,37m}-x86_64-linux-gnu.so
    

    This worked for me with Python 3.7 on Ubuntu.

提交回复
热议问题