DedSecInside / TorBot

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

Installation Error - Need Help #222

Closed qqbbpsy closed 2 years ago

qqbbpsy commented 2 years ago

Screenshot_2021-10-14_06-37-56

KingAkeem commented 2 years ago

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

KingAkeem commented 2 years ago

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

qqbbpsy commented 2 years ago

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)

KingAkeem commented 2 years ago

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

qqbbpsy commented 2 years ago

(3.5+498e6ee058)

KingAkeem commented 2 years ago

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

qqbbpsy commented 2 years ago

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

KingAkeem commented 2 years ago

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

qqbbpsy commented 2 years ago

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 commented 2 years ago

Screenshot_2021-10-16_05-24-02

KingAkeem commented 2 years ago

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.

osmanw commented 2 years ago

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 commented 2 years ago

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

EdgyIndexer commented 2 years ago

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.

PSNAppz commented 2 years ago

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