DedSecInside / TorBot

Dark Web OSINT Tool
Other
2.85k stars 525 forks source link

ImportError: cannot import name 'faces' from 'ete3' #238

Closed DocKali closed 2 years ago

DocKali commented 2 years ago

Hi there,

I installed the tool and everything went well, no error message during the process.

But when I try to run it, both via ./torBot and via /src python3 torBot.py, I get the following error:

Traceback (most recent call last):
  File "torBot.py", line 10, in <module>
    from modules.linktree import LinkTree
  File "/home/dockali/Tools/TorBot/src/modules/linktree.py", line 4, in <module>
    from ete3 import faces, Tree, TreeStyle, TextFace
ImportError: cannot import name 'faces' from 'ete3' (/usr/local/lib/python3.8/dist-packages/ete3/__init__.py)

Where can this error come from and how to fix it?

Thanks for your help !

anoduck commented 2 years ago

@DocKali I went with the Dockerized deployment, because I knew I was going to run into dependency issues during installation. This now appears to have been the more difficult approach, as the Dockerfile was not even ready for deployment, and was missing the required dependencies. Although, I am receiving a different error, I have the sneaky suspicion this project has fallen into a state of no longer being under active development. As the required dependencies listed in pyproject.toml are several versions behind what is now current.

KingAkeem commented 2 years ago

I'm not able to reproduce this, have you used poetry to install the dependencies? https://python-poetry.org/

anoduck commented 2 years ago

I'm not able to reproduce this, have you used poetry to install the dependencies? https://python-poetry.org/

Make sure to use the new script when installing poetry, it will squawk at you if you don't. Simply execute:

curl -sSL https://install.python-poetry.org | python3 -
parthk2510 commented 2 years ago

@anoduck Even after using this command I am having same error. What should I do ? Also is there any video installation guide for this . It will be useful Screenshot_2022-07-06_13-19-00

anoduck commented 2 years ago

@parthk2510 Sadly, I ran out of time attempting to get the project to run, and have since abandoned it. I am now even receiving an error from the poetry configuration file. It does not appear this repository is portable to other systems, except for a system configured specifically like the developers.

I wish I could be more help, but I am quite under the weather currently, and need to return to recooperating my strength.

PSNAppz commented 2 years ago

V2.1.0 has been released and the ete3 module was removed temporarily