Skip to content

Pytorch 2.1, Requirements.txt and "RuntimeError: Couldn't find appropriate backend to handle uri". #2225

Description

@jonah-ramponi

Describe the bug

Unless I am missing something, the requirements.txt file simply specifies

"torch>=1.9.0
torchaudio>=1.9.0"

However the majority of the tests fail using pytorch 2.1 due to "RuntimeError: Couldn't find appropriate backend to handle uri".

I am not sure why you recommend in the readme to use pytorch 1.13, suggest in the readme that it might work for pytorch 2.0, but then specify the requirements in this way. I think the requirements.txt or readme should be updated.

After following the installiation steps, I had to run pip install torch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1

Expected behaviour

I expected the installation to work, to get it ti work I had to downgrade the pytorch version.

To Reproduce

No response

Environment Details

No response

Relevant Log Output

No response

Additional Context

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions