使用fslinstaller.py安装成功FSL后,打开fsleyes时出现了如下报错,导致一直卡在打开的界面,请问该如何解决呢?
kang@kang:~$ fsleyes
Traceback (most recent call last):
File “/home/kang/fsl/lib/python3.12/site-packages/fsleyes/gl/init.py”, line 793, in create
ready()
File “/home/kang/fsl/lib/python3.12/site-packages/fsleyes/main.py”, line 604, in realCallback
fslgl.bootstrap(namespace.glversion)
File “/home/kang/fsl/lib/python3.12/site-packages/fsleyes/gl/init.py”, line 457, in bootstrap
glver = GL.glGetString(GL.GL_VERSION).decode(‘latin1’).split()[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: ‘NoneType’ object has no attribute ‘decode’