joeyagreco / ranger-reloaded

Ranger Reloaded is a Python script that can be used to scan alive hosts on your network and check for vulnerable open ports.
MIT License
18 stars 1 forks source link

python issues #6

Closed Doujinx closed 1 year ago

Doujinx commented 1 year ago
sudo python app.py

Traceback (most recent call last):
  File "/home/kali/Programs/PROJECT HACKINGTOOL/InformationGathering/ranger-reloaded/app.py", line 3, in <module>
    from service.NetworkService import NetworkService
  File "/home/kali/Programs/PROJECT HACKINGTOOL/InformationGathering/ranger-reloaded/service/NetworkService.py", line 5, in <module>
    from ping3 import ping
ModuleNotFoundError: No module named 'ping3'
joeyagreco commented 1 year ago

Make sure to run

pip install -r requirements.txt

to install all dependencies.

ping3 is installed here.

Doujinx commented 1 year ago

Still the same issue. No module ping3, after i run pip install -r requirements.txt and too pip install ping3.