Skip to content
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

AnonGT.py problem #7

Open
Kalisabbb opened this issue Oct 1, 2024 · 1 comment
Open

AnonGT.py problem #7

Kalisabbb opened this issue Oct 1, 2024 · 1 comment

Comments

@Kalisabbb
Copy link

Hello! Good work I have this tool in other computers

But I trying run in a pinephone (Linux mobile)

And I have this :

$ sudo python3 AnonGT.py

Traceback (most recent call last):

File "/home/kali/AnonGT/AnonGT.py", line 2, in

from core.config.functions import check _root, listToString, clear, exec_command, i s_started, get_user, ERROR, MSG

File "/home/kali/AnonGT/core/config/funct ions.py", line 1, in

from core.config.librareis import *

File "/home/kali/AnonGT/core/config/libra

reis.py", line 2, in from requests import get

ModuleNotFoundError: No module named 'reque sts'

IMG_20241001_164030.jpg

Thank you

@daga5988
Copy link

I have a similar issue but it shows me with netifaces. Testing on kali-rolling 2024.3 x86_64

─$ sudo python3 ./AnonGT.py;
Traceback (most recent call last):
File "/home/serticr/AnonGT/./AnonGT.py", line 2, in
from core.config.functions import check_root, listToString, clear, exec_command, is_started, get_user,ERROR, MSG
File "/home/serticr/AnonGT/core/config/functions.py", line 1, in
from core.config.librareis import *
File "/home/serticr/AnonGT/core/config/librareis.py", line 11, in
import netifaces
ModuleNotFoundError: No module named 'netifaces'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants