Replies: 11 comments 37 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.
-
| 
 
 
 
 
 
 
 
 | 
Beta Was this translation helpful? Give feedback.
-
| I solved this problem using: | 
Beta Was this translation helpful? Give feedback.
-
| For me, It solved by: | 
Beta Was this translation helpful? Give feedback.
-
| resolve with module load GCC/13.3.1 or conda install libgcc-ng # For Linux | 
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I run this in pybind11
got ERROR:
I run
cmake_examplegot ERROR:my OS: Arch Linux
python: 3.9.7 (Miniconda)
Beta Was this translation helpful? Give feedback.
All reactions