subwAI
subwAI copied to clipboard
"No module named "numpy"
Im not sure how im supposed to run the game because i am new to python but i learned a bit from a youtube video and it says there is no module as numpy. I tried to delete the first 2 lines on notepad++ and then run it then it said no module named mss if i could get help with this it would help alot. Do i need to first download the game or not?
You have to pip install the libraries. e.g. pip install numpy Repeat this for every error that says 'no module named ...'