empiredan opened a new issue, #2278: URL: https://github.com/apache/incubator-pegasus/issues/2278
[Test workflow for Python client](https://github.com/apache/incubator-pegasus/actions/workflows/test_python-client.yml) failed due to following error: ``` Run python -m pip install -r requirement.txt python -m pip install -r requirement.txt thrift -v --gen py -out . ../idl/dsn.layer2.thrift thrift -v --gen py -out . ../idl/rrdb.thrift python setup.py install python sample.py cd tests python -m unittest -v test_basics.TestBasics shell: bash --noprofile --norc -e -o pipefail {0} env: ARTIFACT_NAME: release_for_python_client pythonLocation: /__t/Python/3.11.13/x64 PKG_CONFIG_PATH: /__t/Python/3.11.13/x64/lib/pkgconfig Python_ROOT_DIR: /__t/Python/3.11.13/x64 Python2_ROOT_DIR: /__t/Python/3.11.13/x64 Python3_ROOT_DIR: /__t/Python/3.11.13/x64 LD_LIBRARY_PATH: /__t/Python/3.11.13/x64/lib:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server: python: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /__t/Python/3.11.13/x64/lib/libpython3.11.so.1.0) python: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /__t/Python/3.11.13/x64/lib/libpython3.11.so.1.0) Error: Process completed with exit code 1. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
