Got module not found error after installing requirements with success.
File "C:\Users\WDAGUtilityAccount\Desktop\DiscordGenerator-main\main.py", line 22, in
from hcaptcha_challenger import (DIR_CHALLENGE, DIR_MODEL, PATH_OBJECTS_YAML,
File "C:\Users\WDAGUtilityAccount\Desktop\DiscordGenerator-main\hcaptcha_challenger_init_.py", line 6, in
from .core import ArmorCaptcha
File "C:\Users\WDAGUtilityAccount\Desktop\DiscordGenerator-main\hcaptcha_challenger\core.py", line 4, in
from .solutions import resnet, sk_recognition, yolo
File "C:\Users\WDAGUtilityAccount\Desktop\DiscordGenerator-main\hcaptcha_challenger\solutions\sk_recognition.py", line 11, in
from skimage import feature
File "C:\Users\WDAGUtilityAccount\AppData\Local\Programs\Python\Python310\lib\site-packages\skimage_shared\lazy.py", line 62, in getattr
return importlib.import_module(f'{package_name}.{name}')
File "C:\Users\WDAGUtilityAccount\AppData\Local\Programs\Python\Python310\lib\importlib_init_.py", line 126, in import_module
return _bootstrap.gcd_import(name[level:], package, level)
File "C:\Users\WDAGUtilityAccount\AppData\Local\Programs\Python\Python310\lib\site-packages\skimage\feature_init.py", line 4, in
from ._cascade import Cascade
ImportError: DLL load failed while importing _cascade: The specified module could not be found.
I saw a few people with this issue, all of them solved it eventually.
If anyone reads this who solved the error please comment your solution.
Appears to be a problem with your microsoft build tools? Also please try installing an older version of the library.
Let me know if either work, I can't test it myself unfortunately.
https://aka.ms/vs/17/release/vc_redist.x64.exe download visual studios from here solves issue everytime