chrono icon indicating copy to clipboard operation
chrono copied to clipboard

Why chrono specifies GLIBC version? (version `GLIBC_2.27' not found)

Open pengzhenghao opened this issue 4 years ago • 1 comments

I encounter the problem that chrono can not successfully installed in linux server

The command I use is: conda install -c projectchrono pychrono. I also tried conda install -c projectchrono/label/develop pychrono but it make no difference.

Is there some way to workaround this issue? I don't think it's proper to change the cpp library for installing a package, because we think it might be better for chrono just acts like a package that are compatible for arbitrary server.

ImportError: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by /***/lib/python3.7/site-packages/pychrono/../../../libChronoEngine.so)

pengzhenghao avatar Sep 01 '20 10:09 pengzhenghao

Hi Peng, the linux conda packages are built on Ubuntu 18.04, thus linking GLIBC_2.27. You are totally right, installing a second glibc is not easy and very tricky, so my suggestion is just to build from sources. Let me know if you need help in the process. Simone

Benatti1991 avatar Sep 02 '20 07:09 Benatti1991