idaes-pse icon indicating copy to clipboard operation
idaes-pse copied to clipboard

Conda Issue on Ubuntu 22.04

Open eslickj opened this issue 2 years ago • 0 comments

I think this issue will probably be resolved in Anaconda, but I have an issue where the version of libstdc++ from Conda conflicts with the one from Ubuntu 22.04. When running solvers compiled on Ubuntu 22.04 I get the error OSError: /root/miniconda/envs/idaes/bin/../lib/libstdc++.so.6: version `GLIBCXX_3.4.29' not f.... The issue is easily resolved by just deleting the libstdc++.so.6 file from my Conda environment, but this could cause users a lot of trouble.

On idea is to have get-extensions do some post install checks for things like this. For example on Linux users need to install BLAS, Lapack, and Fortran runtime libraries. get-extensions could catch that and tell the user what they need to do. Another idea is to just wait for this to be fixed externally and close this issue then.

eslickj avatar May 05 '22 20:05 eslickj