简体   繁体   中英

Python pip module issues on Kali Linux

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.

You shall install the package before using it.

Run the following command to install the package and its dependencies.

pip install pyngrok

You can try using the following command

sudo pip3 install -r requirements.txt

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM