cd /etc/ld.so.conf.d
目录中有 i386-linux-gnu_GL.conf and x86_64-linux-gnu_GL.conf等文件
cat x86_64-linux-gnu_GL.conf
/usr/lib/nvidia-340

/usr/lib32/nvidia-340

但是文件i386-linux-gnu_GL.conf 是空文件,这时需要把 x86_64-linux-gnu_GL.conf中的内容复制到i386-linux-gnu_GL.conf 

sudo ldconfig

注意:需要root权限,重启spyder, ok

相关文章:

  • 2021-12-01
  • 2021-11-25
  • 2021-06-01
  • 2019-12-03
  • 2021-07-09
  • 2021-06-13
  • 2021-10-28
  • 2022-12-23
猜你喜欢
  • 2021-08-05
  • 2021-11-27
  • 2021-08-24
  • 2021-08-15
  • 2022-12-23
  • 2022-12-23
  • 2021-07-08
相关资源
相似解决方案