Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

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

Open
ramos852 opened this issue Apr 7, 2020 · 3 comments
Open

Comments

@ramos852
Copy link

ramos852 commented Apr 7, 2020

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

@The1Percent
Copy link

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

@ramos852
Copy link
Author

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.

@hjk22
Copy link
Collaborator

hjk22 commented Apr 17, 2020

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants