/opt/gaffer-1.4.3.0-linux-gcc11
I get this error launching gaffer
File "/opt/gaffer-1.4.3.0-linux-gcc11/bin/__gaffer.py", line 170, in <module>
app = loadApp( appName )
File "/opt/gaffer-1.4.3.0-linux-gcc11/bin/__gaffer.py", line 83, in loadApp
return appLoader.load( appName )()
File "/opt/gaffer-1.4.3.0-linux-gcc11/python/IECore/ClassLoader.py", line 163, in load
spec.loader.exec_module( module )
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/opt/gaffer-1.4.3.0-linux-gcc11/apps/gui/gui-1.py", line 45, in <module>
import GafferUI
File "/opt/gaffer-1.4.3.0-linux-gcc11/python/GafferUI/__init__.py", line 125, in <module>
from ._GafferUI import *
ImportError: libGLU.so.1: cannot open shared object file: No such file or directory
If I install mesa-libGLU.x86_64
I get Segmentation fault (core dumped)
Anyone else having issues ?
Thanks,
R