Skip to content

Commit

Permalink
Update on CUDA error.
Browse files Browse the repository at this point in the history
  • Loading branch information
anawas authored Sep 9, 2024
1 parent b94751c commit b19b2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/installation_user.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b19b2e1

Please sign in to comment.