Egoistically / ALAuto

Azur Lane bot based on azurlane-auto. Discord: https://discord.gg/vCFxDen.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: DLL load failed: The specified module could not be found.

ramos852 opened this issue · comments

Every time I run the bot with the specified command in the instructions I get this error log:
Traceback (most recent call last):
File "ALAuto.py", line 5, in
from modules.combat import CombatModule
File "C:\Users\nickr\ALAuto\modules\combat.py", line 5, in
from util.utils import Region, Utils
File "C:\Users\nickr\ALAuto\util\utils.py", line 8, in
from scipy import spatial
File "C:\Users\nickr\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\scipy\spatial_init_.py", line 96, in
from .qhull import *
ImportError: DLL load failed: The specified module could not be found.

Is this a known issue? I'm new to Python/ADB stuff so I would appreciate any help you could offer :D

Did you install from the requirements file? It is possible you have some versioning issues.

I tried to install the specific versions from the requirements file and my CLI returns a statement saying "Requirement is already satisfied: C:\Users\nickr\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages" for each component of the requirements file.

commented

If uninstalling and then reinstalling doesn't work, you're probably missing some visual c++ redist.
Check out this issue #87 .