Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need multi glibc version? #277

Open
catzqaz opened this issue Nov 22, 2024 · 1 comment
Open

need multi glibc version? #277

catzqaz opened this issue Nov 22, 2024 · 1 comment
Assignees

Comments

@catzqaz
Copy link

catzqaz commented Nov 22, 2024

multi glibc version?

[PYI-10795:ERROR] Failed to load Python shared library '/opt/nexa-linux-cuda/_internal/libpython3.11.so.1.0': dlopen: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by /opt/nexa-linux-cuda/_internal/libpython3.11.so.1.0)

[PYI-11462:ERROR] Failed to load Python shared library '/opt/nexa-linux-cuda/_internal/libpython3.11.so.1.0': dlopen: /lib64/libpthread.so.0: version `GLIBC_2.30' not found (required by /opt/nexa-linux-cuda/_internal/libpython3.11.so.1.0)

I have different error and it points to different glibc version? how to fix it? do i need to have multi glibc version or have one with more recent version

OS

centos7

Python Version

No response

Nexa SDK Version

0.0.9.2

GPU (if using one)

rtx 4090

@Davidqian123
Copy link
Collaborator

Davidqian123 commented Nov 23, 2024

Hi, nexa-sdk prebuilt wheel was compiled with a newer GLIBC version (needs 2.29 and 2.30) but it seems your computer has an older version. you can update to GLIBC_2.29 or try local build https://github.com/NexaAI/nexa-sdk?tab=readme-ov-file#install-option-2-python-package

@Davidqian123 Davidqian123 self-assigned this Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants