This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 217
I keep geting this error message #35
Labels
import_error
Module not installed
Comments
Run the command: |
I have run this command but still it the program is not running..... the same error message |
try this one: sudo apt install python3-gi python3-gi-cairo gir1.2-gtk-3.0 |
i have the same error |
try installing requests library : python3 -m pip install requests |
@songrita you solve your problem? |
I have this error , what I can do? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Traceback (most recent call last):
File "/home/kali/KitHack/KitHack.py", line 20, in
from lib import kitools
File "/home/kali/KitHack/lib/kitools.py", line 15, in
from KitHack import main
File "/home/kali/KitHack/KitHack.py", line 21, in
from lib.network import run_network
File "/home/kali/KitHack/lib/network.py", line 14, in
from zenipy.zenipy import entry as entry_token, error as Error
File "/usr/local/lib/python3.9/site-packages/zenipy/init.py", line 1, in
from .zenipy import (
File "/usr/local/lib/python3.9/site-packages/zenipy/zenipy.py", line 4, in
import gi
ModuleNotFoundError: No module named 'gi'
The text was updated successfully, but these errors were encountered: