Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSError: [WinError 126] The specified module could not be found #32

Open
sean-custer opened this issue Aug 13, 2021 · 0 comments
Open

Comments

@sean-custer
Copy link

I downgraded my python version to 3.7 in order to run this specific module, ran 'python3 -m pip install lucidsonicdreams', and saw the following output (shown for verification):
err1

Then, when I run the sample code shown, I receive the following error:

File "c:/Users/Sean/Desktop/Music/lucid-sonic-dreams/Mytest.py", line 1, in
from lucidsonicdreams import LucidSonicDream
File "C:\Users\Sean\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\lucidsonicdreams_init_.py", line 1, in

from .main import *
File "C:\Users\Sean\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\lucidsonicdreams\main.py", line 9, in
from scipy.stats import truncnorm
File "C:\Users\Sean\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\scipy_init_.py", line 136, in
from . import distributor_init
File "C:\Users\Sean\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\scipy_distributor_init.py", line 61, in
WinDLL(os.path.abspath(filename))
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\ctypes_init
.py", line 364, in init
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] The specified module could not be found

(shown for verification)
err2

I have attempted uninstalling & reinstalling this module, and my version of Python. I have even looked into potential pitfalls where the backslashes could be cancelling out, potentially throwing an escape sequence error.

I have had no luck solving this. Please let me know if I can provide more information that would be of use.
Thanks.

@sean-custer sean-custer changed the title Trouble when configuring module OSError: [WinError 126] The specified module could not be found Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant