kali-linux

Python pip module issues on Kali Linux

Python pip module issues on Kali Linux Question: I am on my Kali Linux. When I run sudo python3 Storm-Breaker.py, I get an error ModuleNotFoundError: No module named ‘pyngrok’ But when I import pyngrok in an ordinary python file and then run it, it works out fine. Please please help. Asked By: Jason || Source …

Total answers: 2

pip is not installing Pygame and is giving ERROR

pip is not installing Pygame and is giving ERROR Question: specs : kali with python 3.8.1 I developed a game which requires pygame. so as usual for downloading and installing I used ”’$pip install pygame”’ and it returned an error message Collecting pygame Using cached pygame-1.9.6.tar.gz (3.2 MB) ERROR: Command errored out with exit status …

Total answers: 3