DedSecInside/TorBot

issue to start

FoxSca opened this issue · 16 comments

Traceback (most recent call last):
File "torBot.py", line 10, in
File "/usr/local/lib/python3.9/dist-packages/PyInstaller/loader/pyimod03_importers.py", line 493, in exec_module
exec(bytecode, module.dict)
File "modules/analyzer.py", line 6, in
ModuleNotFoundError: No module named 'ete3'
[20299] Failed to execute script torBot

some suggestion?

It looks like ete3 hasn't been installed, have you tried using pip install -r requirements.txt

ete3 is a visualization library that is used to analyze and visualize link trees.

eta3 is installed but requirements.txt is not in the directory

i removed folder i reinstall from github now i receive this error
Traceback (most recent call last):
File "torBot.py", line 10, in
File "/usr/local/lib/python3.9/dist-packages/PyInstaller/loader/pyimod03_importers.py", line 493, in exec_module
exec(bytecode, module.dict)
File "modules/analyzer.py", line 6, in
ImportError: cannot import name 'faces' from 'ete3' (/tmp/_MEIHaJnUe/ete3/init.pyc)
[43591] Failed to execute script torBot

Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: ete3 in /usr/local/lib/python3.9/dist-packages (3.1.2)

Which version of Python are you using? and what's your OS?

kali linux 2021.2
Python 3.9.2

did you have some distro to suggest ?

Apologies for the late reply but yes, I would recommend using Ubuntu 20.04.2 LTS or higher.

Also are you on the latest branch?

witch one ? 1.3? with version 1.3 same issue
Traceback (most recent call last):
File "/OSINT/TorBot-1.3/torBot.py", line 10, in
from modules.analyzer import LinkTree
File "/OSINT/TorBot-1.3/modules/analyzer.py", line 6, in
from ete3 import Tree, TreeStyle, TextFace, add_face_to_node
ImportError: cannot import name 'TreeStyle' from 'ete3' (/home/blade/.local/lib/python3.9/site-packages/ete3/init.py)

same issue with ubuntu i had disinstall python 3,9 and install 3.8

The latest version of dev, it's the main branch. https://github.com/DedSecInside/TorBot

Apologies for the late reply but yes, I would recommend using Ubuntu 20.04.2 LTS or higher.

Same "ete3 error"...

Release:

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.3 LTS
Release:        20.04
Codename:       focal

Error:

$ ./torBot
Traceback (most recent call last):
  File "torBot.py", line 10, in <module>
  File "PyInstaller/loader/pyimod03_importers.py", line 495, in exec_module
  File "modules/linktree.py", line 4, in <module>
ModuleNotFoundError: No module named 'ete3'
[9744] Failed to execute script 'torBot' due to unhandled exception!

Trying to run ete3:

$ ete3
Traceback (most recent call last):
File "/home/user/.local/bin/ete3", line 5, in <module>
from ete3.tools.ete import main
File "/home/user/.local/lib/python3.8/site-packages/ete3/tools/ete.py", line 55, in <module>
from . import (ete_split, ete_expand, ete_annotate, ete_ncbiquery, ete_view,
 File "/home/user/.local/lib/python3.8/site-packages/ete3/tools/ete_view.py", line 48, in <module>
from .. import (Tree, PhyloTree, TextFace, RectFace, faces, TreeStyle, CircleFace, AttrFace,
ImportError: cannot import name 'TextFace' from 'ete3' (/home/user/.local/lib/python3.8/site-packages/ete3/__init__.py)

Please help 🙏

Getting the same error, could anybody help.

My solution: (ubuntu20.04.3 LTS, python3)

My python3 dependency:
beautifulsoup4
pyinstaller
PySocks
termcolor
requests
requests_mock
yattag
lxml
six
numpy
stem
threadsafe
progress
validators

pip3 install PyQt5
wget https://github.com/etetoolkit/ete/archive/refs/tags/3.1.2.zip
unar 3.1.2.zip
cd ete-3.1.2
python3 setup.py install

Reference link:
http://etetoolkit.org/download/

I'm also receiving the same error after following all these steps
└─# ./torBot Traceback (most recent call last): File "torBot.py", line 10, in <module> File "PyInstaller/loader/pyimod03_importers.py", line 495, in exec_module File "modules/linktree.py", line 4, in <module> ImportError: cannot import name 'faces' from 'ete3' (/tmp/_MEIjUqHOM/ete3/__init__.pyc) [58016] Failed to execute script 'torBot' due to unhandled exception!

I am getting this error

File "c:\Users\91900\Downloads\TorBot-dev\src\torBot.py", line 10, in
from modules.linktree import LinkTree
File "c:\Users\91900\Downloads\TorBot-dev\src\modules\linktree.py", line 5, in
from .utils import join_local_path
File "c:\Users\91900\Downloads\TorBot-dev\src\modules\utils.py", line 7, in
from dotenv import load_dotenv
ModuleNotFoundError: No module named 'dotenv'

can you share a video in which the bot is running ?