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
First off, I should say that in early 2023, I had no issues installing and using dcgpy on Windows with Conda.
Now, however, when importing core.pyd via SomeCondaInstallation\envs\dcgp\Lib\site-packages\dcgpy_init_.py
I consistently run into
ImportError: DLL load failed while importing core: The specified module could not be found.
The remarkable thing about it is that everything works just fine with the pyaudi core.pyd import!
The core.pyd file for dcgpy is in its place and does not differ from former successful installations on other Windows machines. So, no worries about that.
I tried with several Windows machines and different versions of Anaconda and Miniconda to no avail.
My only guess is that the issue might have started with the dcgpy conda package using Python 3.11.2, but I could easily be wrong about that.
The text was updated successfully, but these errors were encountered:
First off, I should say that in early 2023, I had no issues installing and using dcgpy on Windows with Conda.
Now, however, when importing core.pyd via SomeCondaInstallation\envs\dcgp\Lib\site-packages\dcgpy_init_.py
I consistently run into
ImportError: DLL load failed while importing core: The specified module could not be found.
The remarkable thing about it is that everything works just fine with the pyaudi core.pyd import!
The core.pyd file for dcgpy is in its place and does not differ from former successful installations on other Windows machines. So, no worries about that.
I tried with several Windows machines and different versions of Anaconda and Miniconda to no avail.
My only guess is that the issue might have started with the dcgpy conda package using Python 3.11.2, but I could easily be wrong about that.
The text was updated successfully, but these errors were encountered: