ALAuto icon indicating copy to clipboard operation
ALAuto copied to clipboard

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

Open ramos852 opened this issue 5 years ago • 3 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

ramos852 avatar Apr 07 '20 04:04 ramos852

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

The1Percent avatar Apr 15 '20 06:04 The1Percent

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.

ramos852 avatar Apr 15 '20 12:04 ramos852

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

hjk22 avatar Apr 17 '20 00:04 hjk22