Closed agn-7 closed 3 months ago
I just fixed that by updating the dbus
to the latest version:
pip install -U dbus-python
But now I encountered another issue:
kazam
Traceback (most recent call last):
File "/home/benyamin/.local/bin/kazam", line 33, in <module>
import gi
File "/usr/lib/python3/dist-packages/gi/__init__.py", line 40, in <module>
from . import _gi
ImportError: cannot import name '_gi' from partially initialized module 'gi' (most likely due to a circular import) (/usr/lib/python3/dist-packages/gi/__init__.py)
Eventually, I fixed the issue by removing this path "/usr/lib/python3/dist-packages/gi/"
manually and reinstalling the PyGoObject
:
pip install -U pygobject
I used to use the kazam with version 1.4.5 properly. now I just updated the latest version via the instructions on the readme as follows:
Apparently, it has updated to the newer version
1.5.8
but when I want to run it raise error:Error: