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
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):
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)
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.
The text was updated successfully, but these errors were encountered:
sean-custer
changed the title
Trouble when configuring module
OSError: [WinError 126] The specified module could not be found
Aug 13, 2021
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):
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)
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.
The text was updated successfully, but these errors were encountered: