anezatra/instasploit

python3 main.py

Opened this issue · 1 comments

Whenever I am trying to run instasploit using "python3 main.py" it throws me this error ^^^^^^^^^^^^^^^^^^^
File "", line 1152, in
File "", line 1122, in main
File "", line 39, in play_start_sound
File "/home/kali/.local/lib/python3.11/site-packages/pygame/init.py", line 70, in getattr
raise NotImplementedError(missing_msg)
NotImplementedError: mixer module not available (ImportError: libgthread-2.0.so.0: cannot open shared object file: No such file or directory) after a blank screen and "python main.py" isn't working although I have installed all the necessary packages.

apt-get install libglib2.0-dev
pip uninstall pygame
pip install pygame --upgrade