lunar
lunar copied to clipboard
Could not find a version that satisfies the requirement torch==1.11.0+cu113
Its do not work? pls help me
ERROR: Could not find a version that satisfies the requirement torch==1.11.0+cu113 (from versions: none) ERROR: No matching distribution found for torch==1.11.0+cu113
same
Probably the only way to download a version that works is to use anaconda as your Python interpreter and go to the https://pytorch.org/get-started/previous-versions/#linux-and-windows-4 section on their website to get using the anaconda prompt, then anaconda create [new environment name], then conda activate environment name, then conda install --filename requirements.txt, then conda install with that resource from the url.
Downgrade your python to 3.10