From b19b2e142fc5f3c9ac5e988121609c2548385f2f Mon Sep 17 00:00:00 2001 From: Andreas Wassmer Date: Mon, 9 Sep 2024 09:16:48 +0200 Subject: [PATCH] Update on CUDA error. --- doc/src/installation_user.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/installation_user.md b/doc/src/installation_user.md index a7333947..a5861e21 100644 --- a/doc/src/installation_user.md +++ b/doc/src/installation_user.md @@ -28,7 +28,7 @@ conda env config vars set LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/wsl/lib ``` ## Dealing with the error 'OSKAR library not found' -If you use Karabo and get the error `RuntimeError: OSKAR library not found.` then this because the correct CUDA drivers are not installed. More information about this issue can be found [here (issue #568)](https://github.com/i4Ds/Karabo-Pipeline/issues/568). Refer to this issue for a workaround. +If you use Karabo and get the error `RuntimeError: OSKAR library not found.` then this because the correct CUDA drivers are not installed. Karabo relies on CUDA drivers 11.7. It has been reported that often versions > 12 get installed automatically. In this case the above mentioned error is shown at runtime. More information about this issue can be found [here (issue #568)](https://github.com/i4Ds/Karabo-Pipeline/issues/568). Refer to this issue for a workaround. Please refer to the troubleshooting section at the bottom of this page if you feel something else does not work.