You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reinstalling on a new computer, have the environment set up, pip, etc.
when using the command line: pip install -U torch torchaudio --index-url https://download.pytorch.org/whl/cu118 # https://download.pytorch.org/whl/nightly/cu121
I get the error ERROR: Invalid requirement: '#'
I am not sure what the # is trying to do in the pip command, thus don't know how I could fix/replace/change this line. It looks like a secondary wheel it's also trying to get, so could I instead just run each individually? Or is only one needed? etc.
Thanks.
To Reproduce
Run "manual" installation instructions from the main code page
Additional context
No response
Version
newest
Platform
windows
Code of Conduct
I agree to follow this project's Code of Conduct.
No Duplicate
I have checked existing issues to avoid duplicates.
The text was updated successfully, but these errors were encountered:
Describe the bug
reinstalling on a new computer, have the environment set up, pip, etc.
when using the command line:
pip install -U torch torchaudio --index-url https://download.pytorch.org/whl/cu118 # https://download.pytorch.org/whl/nightly/cu121
I get the error
ERROR: Invalid requirement: '#'
I am not sure what the # is trying to do in the pip command, thus don't know how I could fix/replace/change this line. It looks like a secondary wheel it's also trying to get, so could I instead just run each individually? Or is only one needed? etc.
Thanks.
To Reproduce
Run "manual" installation instructions from the main code page
Additional context
No response
Version
newest
Platform
windows
Code of Conduct
No Duplicate
The text was updated successfully, but these errors were encountered: