Storm-Breaker icon indicating copy to clipboard operation
Storm-Breaker copied to clipboard

ModuleNotFoundError: No module named 'pyngrok'

Open ashishmishra-bit opened this issue 2 years ago • 5 comments

Traceback (most recent call last): File "Storm-Breaker.py", line 7, in from modules import localhost File "/home/ashish/Desktop/Storm-Breaker/modules/localhost.py", line 1, in from pyngrok import ngrok ModuleNotFoundError: No module named 'pyngrok'

ashishmishra-bit avatar Sep 08 '21 13:09 ashishmishra-bit

I have this same error

CoreResponsive avatar Sep 10 '21 15:09 CoreResponsive

Had this issue too, but I ran everything in root, had removed also any PPA like deadsnake

dirtbag145 avatar Sep 11 '21 06:09 dirtbag145

─(root💀kali)-[/home/nexphisher/Storm-Breaker] └─# python3 Storm-Breaker.py Traceback (most recent call last): File "/home/nexphisher/Storm-Breaker/Storm-Breaker.py", line 7, in from modules import localhost File "/home/nexphisher/Storm-Breaker/modules/localhost.py", line 1, in from pyngrok import ngrok ModuleNotFoundError: No module named 'pyngrok'

is there no solution to this error yet.????

stevengreg2020 avatar Sep 12 '21 11:09 stevengreg2020

hey guys the solution is very simple sudo pip3 install -r requirments.txt

hidog123 avatar Sep 22 '21 00:09 hidog123

pip3 install pyngrok

JustinH71 avatar Dec 17 '21 02:12 JustinH71