RDDoS_Tool icon indicating copy to clipboard operation
RDDoS_Tool copied to clipboard

ModuleNotFoundError: No module named 'tqdm'

Open UnknownH4D opened this issue 2 weeks ago • 0 comments

Here is the code:

C:\Users\wigg-\RDDoS_Tool>python3 RDDoS_Tool.pyTraceback (most recent call last): File "C:\Users\wigg-\RDDoS_Tool\RDDoS_Tool.py", line 10, in <module> from tqdm.auto import tqdm ModuleNotFoundError: No module named 'tqdm' C:\Users\wigg-\RDDoS_Tool>pip install tqdm Requirement already satisfied: tqdm in c:\users\wigg-\appdata\local\programs\python\python312\lib\site-packages (4.66.4) Requirement already satisfied: colorama in c:\users\wigg-\appdata\local\programs\python\python312\lib\site-packages (from tqdm) (0.4.6) C:\Users\wigg-\RDDoS_Tool>

I am trying to use the tool, and it saying the module is not found. I ran pip install tqdm , then tried running the tool and it still popped up. Before it said something like "cmd_clear" . Is there any way I can fix this and run the tool? Note: tqdm is installed

UnknownH4D avatar Jun 28 '24 21:06 UnknownH4D