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

ModuleNotFoundError: No module named 'pygame' #13

Open
drumplayer1234 opened this issue Dec 20, 2021 · 2 comments
Open

ModuleNotFoundError: No module named 'pygame' #13

drumplayer1234 opened this issue Dec 20, 2021 · 2 comments

Comments

@drumplayer1234
Copy link

drumplayer1234 commented Dec 20, 2021

┌──(kali㉿kali)-[~/BlackMamba]
└─$ sudo python3 main.py
Traceback (most recent call last):
File "/home/kali/BlackMamba/main.py", line 29, in
from clientui.app_modules import *
File "/home/kali/BlackMamba/clientui/app_modules.py", line 9, in
from clientui.ui_main import Ui_MainWindow
File "/home/kali/BlackMamba/clientui/ui_main.py", line 14, in
from clientui.vstrm_server import *
File "/home/kali/BlackMamba/clientui/vstrm_server.py", line 17, in
import pygame
ModuleNotFoundError: No module named 'pygame'

@kosherroach
Copy link

Same problem here.
Another issue occurred when pip install -r requirements.txt.
"error: metadata-generation-failed"

@CamoCatX
Copy link

@kosherroach @drumplayer1234 Do this command: python3 -m pip install pygame Tell me if that does not work.

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

3 participants