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

ModuleNotFoundError: No module named 'pyngrok'

Open ubback2 opened this issue 3 years ago • 5 comments

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

ubback2 avatar Oct 15 '21 08:10 ubback2

Download pyngrok look for its commands

IliasOtaku avatar Oct 19 '21 07:10 IliasOtaku

@IliasOtaku can you please explain briefly , thanks

nightrider454 avatar Nov 02 '21 20:11 nightrider454

See issue #19. I had the same issue you have and I followed the reply in issue #19. Cheers

MikeResearcher avatar Nov 23 '21 21:11 MikeResearcher

I solved the problem by typing this command : sudo pip3 install -r requirments.txt

AzizBardi avatar Dec 03 '21 15:12 AzizBardi

pip3 install pyngrok

JustinH71 avatar Dec 17 '21 02:12 JustinH71