Vinyzu / DiscordGenerator

Dislock, the most advanced Discord Browser Generator. Powered by hCaptcha Solving AI.
GNU General Public License v3.0
214 stars 55 forks source link

ImportError: DLL load failed while importing _cascade #35

Open alex1cup opened 1 year ago

alex1cup commented 1 year ago

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.

Vinyzu commented 1 year ago

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.

ThePrivatePanda commented 1 year ago

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.

BumbleBee-2349 commented 1 year ago

https://aka.ms/vs/17/release/vc_redist.x64.exe download visual studios from here solves issue everytime