DedSecInside / TorBot

Dark Web OSINT Tool
Other
2.88k stars 526 forks source link

Insallation issue on Kali #160

Closed betanc closed 5 years ago

betanc commented 5 years ago

Describe the bug when i install torBot whith requirements.txt have this problem:

Collecting PyQt5==5.12.1 (from -r requirements.txt (line 9)) Could not find a version that satisfies the requirement PyQt5==5.12.1 (from -r requirements.txt (line 9)) (from versions: ) No matching distribution found for PyQt5==5.12.1 (from -r requirements.txt (line 9))

I try install PyQt manually and don't work anyway...

Appreciate your help

KingAkeem commented 5 years ago

Have you tried sudo apt-get install python-pyqt5 and do a pip install as well?

KingAkeem commented 5 years ago

Closing due to no response