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

torchvision_extra_decoders fails #8893

Open
henrykironde opened this issue Feb 1, 2025 · 3 comments
Open

torchvision_extra_decoders fails #8893

henrykironde opened this issue Feb 1, 2025 · 3 comments

Comments

@henrykironde
Copy link

Could this be an issue with how the paths are set in https://github.com/pytorch/vision/blob/main/packaging/post_build_script.sh

#!/bin/bash
LD_LIBRARY_PATH="/usr/local/lib:$CUDA_HOME/lib64:$LD_LIBRARY_PATH" python packaging/wheel/relocate.py

pip install torchvision-extra-decoders

Or we could be dealing with a version mismatch between torch and torchvision

@NicolasHug
Copy link
Member

Hi @henrykironde , can you please provide a reproducing example and the error logs?

Also please show the output of:

wget https://raw.githubusercontent.com/pytorch/pytorch/main/torch/utils/collect_env.py
# For security purposes, please check the contents of collect_env.py before running it.
python collect_env.py

@henrykironde
Copy link
Author

Actually this is in reference to the main branch failing currently. #8890

@NicolasHug
Copy link
Member

Ah OK. Yeah, this is related to the pytorch extensions within torchvision-extra-decoders. We'll need to setup a nightly release for it. I'll get to it eventually.

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

No branches or pull requests

2 participants