neural-implicit-queries icon indicating copy to clipboard operation
neural-implicit-queries copied to clipboard

More Packages are required

Open sanchit1053 opened this issue 4 months ago • 0 comments

installing only the packages listed in the environment.yml is not enough and may lead to error

libGL error: MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)
libGL error: failed to load driver: swrast
GLFW emitted error: GLX: Failed to create context: GLXBadFBConfig
GLFW emitted error: Cannot set swap interval without a current OpenGL or OpenGL ES context
Segmentation fault

We also need to run the command conda install -c conda-forge libstdcxx-ng to make the demos run

Please update the requirements to reflect this

sanchit1053 avatar Apr 13 '24 07:04 sanchit1053