Lucksi / Mr.Holmes

A Complete Osint Tool :mag:
https://lucksi.github.io/Mr.Holmes/
GNU General Public License v3.0
1.69k stars 198 forks source link

Error on nethunter in termux #20

Closed G4k3r closed 1 year ago

G4k3r commented 1 year ago

root㉿localhost)-[/home/kali/Mr.Holmes] └─# python3 MrHolmes.py Traceback (most recent call last): File "/home/kali/Mr.Holmes/MrHolmes.py", line 8, in from Core.Support import Menu File "/home/kali/Mr.Holmes/Core/Support/Menu.py", line 10, in from Core import Searcher File "/home/kali/Mr.Holmes/Core/Searcher.py", line 11, in from Core.Support import FileTransfer File "/home/kali/Mr.Holmes/Core/Support/FileTransfer.py", line 11, in import pyqrcode ModuleNotFoundError: No module named 'pyqrcode'

Lucksi commented 1 year ago

Hi,Looks like some modules are missing try to execute this command after you get in the Mr.Holmes folder: proot -0 pip3 install -r requirements.txt. It should work after that :)

A4b7m commented 1 year ago

Eu tô com o mesmo problema Mesmo com esse comando proot -0 pip3 instalo -r requirements.txt. não tá a funcionar.

Lucksi commented 1 year ago

That's strange, have you tried to install the proot module alone?