Replies: 7 comments 25 replies
-
@shizuku For anyone might got this error, a simple way to fix it is by copy or system libstdc++ to conda according folder. in my case:
then
|
Beta Was this translation helpful? Give feedback.
-
I met the same problem and successfully fixed it by installing the opencv / scikit-image in the right version. In addition, maybe the version of pip should be taken into account. |
Beta Was this translation helpful? Give feedback.
-
My ERROR was
|
Beta Was this translation helpful? Give feedback.
-
I simply delete 'libstdc++.so.6' symbolic link file from 'miniconda3/envs/env_name/lib/' and thats it program run perfectly. |
Beta Was this translation helpful? Give feedback.
-
I have a suggestion for all who encountered this issue: |
Beta Was this translation helpful? Give feedback.
-
In my case, solved by |
Beta Was this translation helpful? Give feedback.
-
step1: echo 'export LD_LIBRARY_PATH=/home/conda/envs/XXX/lib:$LD_LIBRARY_PATH' >> ~/.bashrc step2: source ~/.bashrc |
Beta Was this translation helpful? Give feedback.
-
I run this in pybind11
got ERROR:
I run
cmake_example
got ERROR:my OS: Arch Linux
python: 3.9.7 (Miniconda)
Beta Was this translation helpful? Give feedback.
All reactions