-
Notifications
You must be signed in to change notification settings - Fork 46
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 Pls Help #2
Comments
Same here |
Input.opt = str(input("\n> ")) Selection.if opt == '1': elif opt == '2': elif opt == '3':
elif opt == '4': else: |
⋊> ~/RDDoS_Tool on main ◦ python3 RDDoS_Tool.py 21:05:54
Traceback (most recent call last):
File "/data/data/com.termux/files/home/RDDoS_Tool/RDDoS_Tool.py", line 15, in
import pyfiglet
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/pyfiglet/init.py", line 8, in
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
The text was updated successfully, but these errors were encountered: