You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: