Discord-OTP-Forcer icon indicating copy to clipboard operation
Discord-OTP-Forcer copied to clipboard

[Bug]: how to fix "no module named 'yaml'" error

Open Dylanmc6 opened this issue 3 months ago • 1 comments

Description

i was trying to brute-force one of my discord accounts when i got an error.

Minimal Reproduction

i followed the instructions on the wiki correctly, but when i opened "start.bat", i got an "no module named 'yaml'" error.

Error

Traceback (most recent call last): File "C:\Users\Dilly's Windows 10\Documents\GitHub\Discord-OTP-Forcer\main.py", line 2, in from yaml import safe_load as load ModuleNotFoundError: No module named 'yaml' Press any key to continue . . .

Operating System Version

Windows 10 IOT LTSC Enterprise

Browser and Browser Version

Vivaldi

Python Version

3.14

Program Version

5ddfd82

Any other information or context?

is there any way i can fix this error?

Dylanmc6 avatar Nov 19 '25 03:11 Dylanmc6

still waiting for an answer. seriously!

Dylanmc6 avatar Nov 19 '25 13:11 Dylanmc6

Try running pip install -r requirements.txt in your terminal in the program's directory. Also are you running in a virtualenv?

Derpitron avatar Dec 01 '25 09:12 Derpitron