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

BUG: installed library not found #8

Open
prjemian opened this issue Oct 29, 2024 · 1 comment
Open

BUG: installed library not found #8

prjemian opened this issue Oct 29, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@prjemian
Copy link

prjemian commented Oct 29, 2024

... explore why this library was not found by default. It should have been found with no additional help. Not obvious why.

Originally posted by @prjemian in #7 (comment)


When trying to use a Qt backend for matplotlib, this error was reported:

ERROR:root:/lib64/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by /share1/bluesky/conda_envs/bluesky_2024_3/lib/python3.11/site-packages/PyQt5/../../../libQt5Core.so.5)

workaround: export LD_LIBRARY_PATH="${CONDA_PREFIX}/lib"

Why is /lib64 being searched when the compatible library is installed in the conda environment?

@prjemian prjemian added the bug Something isn't working label Oct 29, 2024
@prjemian
Copy link
Author

Conda environment was re-installed as part of #7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant