`GLIBCXX_3.4.22' not found #13016
-
在import paddleocr时遇到 |
Beta Was this translation helpful? Give feedback.
Answered by
tink2123
Mar 5, 2024
Replies: 1 comment
-
you'll need to add the path to the lib folder in anaconda to LD_LIBRARY_PATH: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:{/your/path/to/conda/env/lib} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SWHL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you'll need to add the path to the lib folder in anaconda to LD_LIBRARY_PATH:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:{/your/path/to/conda/env/lib}