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

Arm Wheels Torch-FFmpeg missing #3268

Closed
fidoriel opened this issue Apr 17, 2023 · 9 comments · Fixed by pytorch/builder#1396
Closed

Arm Wheels Torch-FFmpeg missing #3268

fidoriel opened this issue Apr 17, 2023 · 9 comments · Fixed by pytorch/builder#1396

Comments

@fidoriel
Copy link

🐛 Describe the bug

It seems Linux Arm Wheels do not contain the torchaudio-ffmpeg lib.

RuntimeError: torchaudio is not compiled with FFmpeg integration. Please set USE_FFMPEG=1 when compiling torchaudio.

Versions

Audio v2.0.1Torch v2.0.0

@hwangjeff
Copy link
Contributor

Can you paste the output of collect_env.py, as requested in the bug report template?

@mthrok
Copy link
Collaborator

mthrok commented Apr 24, 2023

Hi @fidoriel

We do not publish ARM wheels. At least it's not on our CI. Where do you get the image?

@fidoriel
Copy link
Author

@mthrok
Copy link
Collaborator

mthrok commented Apr 24, 2023

Strange. I did not know there is ARM package.
Looks like it's built outside of our CI and uploaded manually.
Indeed, the package does not contain the ffmpeg-related libraries.

@atalman Do you know who manages this image?

@atalman
Copy link
Contributor

atalman commented Apr 27, 2023

@mthrok
Copy link
Collaborator

mthrok commented Apr 28, 2023

@fidoriel We fixed the root issue and a new release will happen in few weeks. Thanks for flagging.

@malfet
Copy link
Contributor

malfet commented Apr 28, 2023

Actually, shouldn't those wheels be available in https://download.pytorch.org/whl/test/cpu?
@atalman ?

@mthrok
Copy link
Collaborator

mthrok commented Apr 28, 2023

oh I actually did not check with @atalman and assumed it will be applied from the next release. Is it already available?

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.

5 participants