-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Windows torchvision-0.11.1 CUDA-10.2 wheel packages are not bundled with nvjpeg dll #4894
Comments
Hi, |
nvjpeg64_10.dll can be downloaded from https://developer.nvidia.com/cuda-10.2-download-archive |
Thanks! |
I had the same problem and this is the only page I found, Python/Pytorch does not search the path I am sure there must be a better way but I couldn't figure it out. |
I also have this problem, and I fix it by manually add cuda path using os.add_dll_directory. |
Same problem. Thanks to @puyebu, I was able to figure out a temporary solution. The complete command I used (running as administrator) was: |
I had this problem today. My temporary solution is to copy nvjpeg64_10.dll to |
🐛 Describe the bug
Steps to reproduce:
dumpbin /dependents image.pyd
to make sure it depends onnvjpeg64_10.dll
:nvjpeg64_10.dll
is missing from the archiveThis causes
torchvision.io.read_image
fail on WindowsVersions
0.11.1 win+cu102
cc @peterjc123 @nbcsm @guyang3532 @maxluk @gunandrose4u @mszhanyi
The text was updated successfully, but these errors were encountered: