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

torchversion #7

Open
Muna-Darweesh opened this issue Aug 20, 2023 · 2 comments
Open

torchversion #7

Muna-Darweesh opened this issue Aug 20, 2023 · 2 comments

Comments

@Muna-Darweesh
Copy link

hello, many thanks for your efforts. I have been trying to install the dataset and when I run the requirement.txt I always get the error that torch-related error "couldn't find the version that satisfies the requirement ==1.9.1. I have tried with the previous python version on google collab but it did not work—my apology for the question. I am one w to this and still learning. Thanks again

@edornd
Copy link
Owner

edornd commented Aug 21, 2023

Hi! This is probably due to a mismatch between your python version and the requested torch version: if you check https://download.pytorch.org/whl/torch_stable.html and look for torch-1.9.1, the last available python version is cp39. I believe you might be using python 3.10 or later that's causing this issue.
In any case, you have two options: you either downgrade your python version to 3.9 or earlier, or you simply install a newer pytorch, it should work either way. In the latter case, you will probably need to update other packages as well (timm most likely).

@Muna-Darweesh
Copy link
Author

Muna-Darweesh commented Aug 21, 2023 via email

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