vietanhdev / anylabeling

Effortless AI-assisted data labeling with AI support from YOLO, Segment Anything, MobileSAM!!
https://anylabeling.nrl.ai
GNU General Public License v3.0
2.04k stars 222 forks source link

/libstdc++.so.6: version `GLIBCXX_3.4.29' not found #110

Closed zk565 closed 4 weeks ago

zk565 commented 1 year ago

ImportError: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /home/zk/conda/envs/anylabeling/lib/python3.8/site-packages/matplotlib/_path.cpython-38-x86_64-linux-gnu.so)

vietanhdev commented 4 weeks ago

Hi @zk565, Please try those commands:

conda install -c conda-forge gcc
conda install -c conda-forge gxx

References: https://stackoverflow.com/questions/77150540/importerror-lib-x86-64-linux-gnu-libstdc-so-6-version-glibcxx-3-4-29-not.