DedSecInside / TorBot

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

not started #183

Closed pretech86 closed 4 years ago

pretech86 commented 4 years ago

when i try ./torbot i get

Traceback (most recent call last): File "torBot.py", line 10, in from modules.analyzer import LinkTree File "/usr/local/lib/python3.8/dist-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module # File "modules/analyzer.py", line 6, in from ete3 import Tree, TreeStyle, TextFace, add_face_to_node ModuleNotFoundError: No module named 'ete3' [19381] Failed to execute script torBot

PSNAppz commented 4 years ago

Refer:here

pretech86 commented 4 years ago

i tried python3 torBot.py and get the following Traceback (most recent call last): File "torBot.py", line 10, in from modules.analyzer import LinkTree File "/root/tools/reconnesence/TorBot.v1.3/TorBot v1.3/modules/analyzer.py", line 6, in from ete3 import Tree, TreeStyle, TextFace, add_face_to_node ImportError: cannot import name 'TreeStyle' from 'ete3' (/usr/local/lib/python3.8/dist-packages/ete3/init.py)

pip install ete3 i get Requirement already satisfied: ete3 in /usr/local/lib/python3.8/dist-packages (3.1.1)

i try with python3.8 , python3.6 also but not run

PSNAppz commented 4 years ago

Try in a virtual environment. I think all your python versions and packages are clashed.

pretech86 commented 4 years ago

How i use virtual environment

PSNAppz commented 4 years ago

Refer this