error message regarding /lib64/libm.so.6

The engine.
Post Reply
BayesFusionUser123
Posts: 8
Joined: Tue Jun 10, 2025 3:51 pm

error message regarding /lib64/libm.so.6

Post by BayesFusionUser123 »

I am using the 2.4.0 version of pysmile.

Code: Select all

Name: pysmile Version: 2.4.0 
Summary: BayesFusion's SMILE wrapper 
Home-page: [https://bayesfusion.com/](https://bayesfusion.com/) 
Author: BayesFusion LLC Author-email: support@bayesfusion.com
In my local machine, my Linux is cutting edge, and there is no issue. If I use this newest version on the server, it reports errors like

Code: Select all

File ".../tutorials/python/tutorial1.py", line 1, in <module>
    import pysmile
ImportError: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by .../anaconda3/envs/smile/lib/python3.11/site-packages/pysmile.so)
I cannot upgrade the Linux system of the server in the university, as it is a cluster.

Is there any way to fix this issue without upgrading the Linux system on the server? Thanks.
Post Reply