RDDoS_Tool icon indicating copy to clipboard operation
RDDoS_Tool copied to clipboard

Error Traceback (most recent call last): File "/data/data/com.termux/files/home/RDDoS_Tool/RDDoS_Tool.py", line 15, in <module> import pyfiglet File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/pyfiglet/__init__.py", line 8, in <module> import pkg_resources ModuleNotFoundError: No module named 'pkg_resources' Thats what i get when starting the script.

Open Damp3nxxx opened this issue 1 year ago • 1 comments

Damp3nxxx avatar Jun 22 '23 15:06 Damp3nxxx

Ok firstly... try..

Pip install setuptools Or Pip3 install setuptools

Then Pip install --upgrade setuptools Or pip3 install --upgrade setuptools

Then try running the script over again.

It's either you don't have the tools setup or you need to restore the depreciated code back. This uses a old python.

Perhaps this should be updated or added into the setup code.

b-danz avatar Oct 12 '23 12:10 b-danz