-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
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?