Open Zhixing1020 opened 3 years ago
hi @Zhixing1020 , can you give me more info about your environment? is this Windows?
Hi @lacava , yes, you are correct. My OS is window10. I have also tried the project on Linux (e.g., Ubuntu) and it works soundly.
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?