Help for missing GLIBC_2.29

Hello, i’ve been using Bokeh for creating nice graphs.
I am now trying to create a PIE chart, and following the example i am doing a:
import pandas as pd
When i run the program, i receive an error message:
import pandas._libs.window.aggregations as window_aggregations
ImportError: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.29’ not found (required by /home/pi/.local/lib/python3.9/site-packages/pandas/_libs/window/aggregations.cpython-39-arm-linux-gnueabihf.so)

I have surfed the web but i cannot find how to solve this situation.
I am using a Raspberry PI 4.
Any help would be greatly appreciated.
Thank you in advance!

Hi @galtamur this is not a Bokeh issue at all. This is some environment issue that is affecting pandas. You should try asking this question on a pandas support forum.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.