cavalab / ellyn

python-wrapped version of ellen, a linear genetic programming system for symbolic regression and classification.
http://cavalab.org/ellyn
Other
54 stars 11 forks source link

Some problems with elgp #12

Open Zhixing1020 opened 3 years ago

Zhixing1020 commented 3 years ago

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?

lacava commented 3 years ago

hi @Zhixing1020 , can you give me more info about your environment? is this Windows?

Zhixing1020 commented 3 years ago

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.

lacava commented 3 years ago

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.