Skip to content
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

nvjpeg missing from all linux GPU wheel build jobs #8980

Closed
NicolasHug opened this issue Mar 17, 2025 · 1 comment · Fixed by #8982
Closed

nvjpeg missing from all linux GPU wheel build jobs #8980

NicolasHug opened this issue Mar 17, 2025 · 1 comment · Fixed by #8982

Comments

@NicolasHug
Copy link
Member

Linux CUDA: https://github.com/pytorch/vision/actions/runs/13901104094/job/38892841516?pr=8601
Linux aarch64 CUDA: https://github.com/pytorch/vision/actions/runs/13901104115/job/38892844332?pr=8601

Failing the smoke test part with:

+ echo 'pytorch/vision/test/smoke_test.py found'
+ conda run -p /__w/_temp/conda_environment_13901104115 python pytorch/vision/test/smoke_test.py
/__w/_temp/conda_environment_13901104115/lib/python3.9/site-packages/torchvision/io/image.py:14: UserWarning: Failed to load image Python extension: 'libnvjpeg.so.12: cannot open shared object file: No such file or directory'If you don't plan on using image functionality from `torchvision.io`, you can ignore this warning. Otherwise, there might be something wrong with your environment. Did you have `libjpeg` or `libpng` installed before building `torchvision` from source?

@nWEIdia
Copy link

nWEIdia commented Mar 17, 2025

cc @ptrblck as we were interested in why this failed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants