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

Can't install requirements #3

Open
joeyparrish opened this issue Dec 11, 2024 · 1 comment
Open

Can't install requirements #3

joeyparrish opened this issue Dec 11, 2024 · 1 comment

Comments

@joeyparrish
Copy link

I get this when running pip install -r requirements.txt:

ERROR: Could not find a version that satisfies the requirement torch==1.10.0 (from versions: 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1, 2.2.2, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.5.0, 2.5.1)
ERROR: No matching distribution found for torch==1.10.0

Any reason I shouldn't require torch==1.13.1 (last v1 release) instead?

@joeyparrish
Copy link
Author

I finally got it working with a few small tweaks, so I'll send a PR.

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

1 participant