You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR:root:/lib64/libstdc++.so.6: version `GLIBCXX_3.4.26' notfound (requiredby/share1/bluesky/conda_envs/bluesky_2024_3/lib/python3.11/site-packages/PyQt5/../../../libQt5Core.so.5)
Originally posted by @prjemian in #7 (comment)
When trying to use a Qt backend for matplotlib, this error was reported:
workaround:
export LD_LIBRARY_PATH="${CONDA_PREFIX}/lib"
Why is
/lib64
being searched when the compatible library is installed in the conda environment?The text was updated successfully, but these errors were encountered: