-
Notifications
You must be signed in to change notification settings - Fork 1
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
python 3 'C&C.py' error #15
Comments
./installer.bat |
you don t have python installed why py command not working if py installed just do it manually first can you screenshot which python version you have installed |
use installer.sh you are on linux |
Did you resolve the issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$ python3 'C&C.py'
Traceback (most recent call last):
File "C&C.py", line 9, in
import playsound
ModuleNotFoundError: No module named 'playsound'
^ what I get after running command
The text was updated successfully, but these errors were encountered: