TorBot icon indicating copy to clipboard operation
TorBot copied to clipboard

Installation Error - Need Help

Open qqbbpsy opened this issue 4 years ago • 14 comments

Screenshot_2021-10-14_06-37-56

qqbbpsy avatar Oct 14 '21 10:10 qqbbpsy

I haven't used the installation file in a while so I'll check this out.

KingAkeem avatar Oct 14 '21 11:10 KingAkeem

There's a pull request up to fix the issue if you'd like to test it out. https://github.com/DedSecInside/TorBot/pull/223

KingAkeem avatar Oct 14 '21 21:10 KingAkeem

I haven't used the installation file in a while so I'll check this out.

I tried pip3 install pyinstaller

Requirement already satisfied: pyinstaller in /usr/lib/python3/dist-packages (3.5+498e6ee058)

qqbbpsy avatar Oct 15 '21 00:10 qqbbpsy

Which version of pyinstaller are you using? pyinstaller --version?

KingAkeem avatar Oct 15 '21 01:10 KingAkeem

(3.5+498e6ee058)

qqbbpsy avatar Oct 15 '21 03:10 qqbbpsy

I'm currently using version 4.2, could you attempt upgrading and try again?

KingAkeem avatar Oct 15 '21 08:10 KingAkeem

i upgrade it and was successful but pyinstaller --version still shows version (3.5+498e6ee058) ./installer.sh failed again with the same error

qqbbpsy avatar Oct 15 '21 15:10 qqbbpsy

I'd suggest figuring out how to upgrade your version of pyinstaller. I would try removing the package using pip then re-installing with a specific version https://stackoverflow.com/questions/5226311/installing-specific-package-versions-with-pip

KingAkeem avatar Oct 15 '21 22:10 KingAkeem

I'd suggest figuring out how to upgrade your version of pyinstaller. I would try removing the package using pip then re-installing with a specific version https://stackoverflow.com/questions/5226311/installing-specific-package-versions-with-pip

thanks fixed

qqbbpsy avatar Oct 16 '21 09:10 qqbbpsy

Screenshot_2021-10-16_05-24-02

qqbbpsy avatar Oct 16 '21 09:10 qqbbpsy

All of the dependencies are not global. If you'd like to install the Python dependencies then you can use poetry https://python-poetry.org/docs/basic-usage/. Either poetry install to download the dependencies or poetry update to update them. Once they've been updated/installed, you should be able to run the torBot executable. I will add this to the PR for later users.

KingAkeem avatar Oct 16 '21 12:10 KingAkeem

image I have installed poetry and also installed requirements by poetry install but it still cannot run from executable form neither .py form. How can i solve that ?

osmanw avatar Dec 09 '21 19:12 osmanw

image I have installed poetry and also installed requirements by poetry install but it still cannot run from executable form neither .py form. How can i solve that ?

I have solve that with running it by poetry. You can try those commands cd src && poetry run python torBot.py -h or run with python3 cd src && poetry run python3 torBot.py -h

osmanw avatar Dec 09 '21 19:12 osmanw

Maybe this will help. On Kali it looks like python3-pyinstaller was a much older version like @qqbbpsy said. Once I uninstalled that using apt remove python3-pyinstaller, that fixed it since there were versions on the machine. After that was removed it resorted to the updated one that was installed by python3.

EdgyIndexer avatar Mar 06 '22 04:03 EdgyIndexer

ete3 has been disabled in the latest version. Please check that.

PSNAppz avatar Aug 28 '22 11:08 PSNAppz