-
-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I keep geting this error message #35
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? |
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: