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 intend to introduce ellyn package into my python environment. I think I have successfully installed the package, since ellyn is included in "conda list" and the PyCharm. However, It always returns an error: ImportError: DLL load failed while importing elgp. Given that elgp is included in the path, I guess there are some inconsistency between the versions of the dependent libraries. Basically, the versions of my libraries are python=3.9.6, boost=1.74.0, Eigen=3.3.7, ellyn=0.2.6. Are there anyone having solved the similar problems?
The text was updated successfully, but these errors were encountered:
I have't tried building in Windows, but would be interested in adding installation instructions if you or someone else figures it out. Until then maybe WSL2 is a more tenable solution.
I intend to introduce ellyn package into my python environment. I think I have successfully installed the package, since ellyn is included in "conda list" and the PyCharm. However, It always returns an error: ImportError: DLL load failed while importing elgp. Given that elgp is included in the path, I guess there are some inconsistency between the versions of the dependent libraries. Basically, the versions of my libraries are python=3.9.6, boost=1.74.0, Eigen=3.3.7, ellyn=0.2.6. Are there anyone having solved the similar problems?
The text was updated successfully, but these errors were encountered: