Storm-Breaker
Storm-Breaker copied to clipboard
Traceback (most recent call last): File "Storm-Breaker.py", line 7, in <module> from modules import localhost File "/home/cloud/git-apps/Storm-Breaker/modules/localhost.py", line 1, in <module> from pyngrok import ngrok ModuleNotFoundError: No module named 'pyngrok'
OS: ubuntu server lts 20.3
i executed the install.sh
then the other commands but still getting this error (and yes i did pip3 install pyngrok)
Traceback (most recent call last): File "Storm-Breaker.py", line 7, in <module> from modules import localhost File "/home/cloud/git-apps/Storm-Breaker/modules/localhost.py", line 1, in <module> from pyngrok import ngrok ModuleNotFoundError: No module named 'pyngrok'
ps : can you maybe update the README.md
sudo bash install.sh
sudo pip3 install pyngrok
sudo bash install.sh
sudo pip3 install pyngrok
@bennetho i did this but still not working and you would know this if you read my issue
How can we update the readme.txt? Thanks