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

ERROR: No matching distribution found for torch==1.12.1+cu116 #2

Open
Jane999999 opened this issue Nov 26, 2024 · 1 comment
Open

Comments

@Jane999999
Copy link

We meet this error, how can we solve this problem? Could you help us?

@trungpx
Copy link
Owner

trungpx commented Nov 26, 2024

You could try installing PyTorch separately using official Page at: https://pytorch.org/get-started/previous-versions/, for example:

pip install torch==1.12.1+cu116 torchvision==0.13.1+cu116 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu116

Verify if the Torch was installed successfully:
image

After that, remove the torch option in the requirements.txt and install other packages.

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