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

error while loading shared libraries: libpython3.13.so.1.0 with uv #58

Open
art049 opened this issue Dec 6, 2024 · 0 comments
Open
Labels
bug Something isn't working Integrations - Python

Comments

@art049
Copy link
Member

art049 commented Dec 6, 2024

Directly using uv run pytest --codspeed ... sometimes brings a library loading error.

/Projects/codspeed-demo/.venv/bin/python3: error while loading shared libraries: /Projects/codspeed-demo/.venv/bin/../lib/libpython3.13.so.1.0: cannot open shared object file: No such file or directory

Workaround

Using uv run python -m pytest --codspeed ... fixes this issue.

@art049 art049 added Integrations - Python bug Something isn't working labels Dec 6, 2024 — with Linear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Integrations - Python
Projects
None yet
Development

No branches or pull requests

1 participant