TorBot icon indicating copy to clipboard operation
TorBot copied to clipboard

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

Open DocKali opened this issue 3 years ago • 5 comments

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 !

DocKali avatar Mar 01 '22 06:03 DocKali

@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.

anoduck avatar Mar 03 '22 09:03 anoduck

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

KingAkeem avatar Apr 15 '22 22:04 KingAkeem

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 -

anoduck avatar Apr 16 '22 06:04 anoduck

@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

parthk2510 avatar Jul 06 '22 07:07 parthk2510

@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.

anoduck avatar Jul 12 '22 21:07 anoduck

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

PSNAppz avatar Aug 28 '22 12:08 PSNAppz