Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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. #3

Open
Damp3nxxx opened this issue Jun 22, 2023 · 1 comment

Comments

@Damp3nxxx
Copy link

No description provided.

@b-danz
Copy link

b-danz commented Oct 12, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants