forked from meteo-team/oemer
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document Cuda dependencies #65
Comments
I also tried installing:
but that had no effect on the error. |
Attempting to install oemer[tf] fails even more quickly:
|
I've updated the code and should fixed the problem now. If it still doesn't work, try |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is more of a feature request than bug report. Could you please document all the CUDA libraries that need to be installed? You currently have no documentation for the CUDA libraries you need, and
pip install oemer
doesn't install any. However, running oemer on any image returns these warnings and finally errors with a traceback:My nvidia-smi reports I have CUDA 12.6 installed, so it's not that I don't have the appropriate system packages available (Ubuntu 24).
And despite the link in the warning to https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirements, which indicates that onnxruntime-gpu must be installed, that is infact already installed into my Python virtual environment
The text was updated successfully, but these errors were encountered: