Archlinuxでanacondaの仮想環境上でOpenCVの勉強をしていたときに、作成した画像を出力しようとしたときにエラーが出た libGL error: MESA-LOADER: failed to open radeonsi: /home/username/anaconda3/envs/OpenCV/lib/python3.10/site-pack
2. 论坛: https://bbs.archlinux.org/viewtopic.php?id=86809 实践了1和2两种方法,都获得了成功,但细节不是很清楚。对1成功的解释: Going to $MATLABROOT/sys/os/glnxa64 and moving libstdc++* and libgcc_s* out of the way (no need to link, it'll automatically look for system versions) is j...