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 pytorch modules #22

Open
Sparklus-org opened this issue Dec 11, 2024 · 1 comment
Open

Can't install pytorch modules #22

Sparklus-org opened this issue Dec 11, 2024 · 1 comment

Comments

@Sparklus-org
Copy link

C:\WINDOWS\system32>py -3 -m pip install torch==2.2.2 torchvision==0.17.2 torchaudio==2.2.2 --index-url https://download.pytorch.org/whl/cu118
Looking in indexes: https://download.pytorch.org/whl/cu118
ERROR: Could not find a version that satisfies the requirement torch==2.2.2 (from versions: none)
ERROR: No matching distribution found for torch==2.2.2

@kimjammer
Copy link
Owner

Hi there, the most likely cause is that your python version is too old. You need exactly python 3.11 for this project. For more details, please refer to the pytorch documentation, thanks!

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