lunar icon indicating copy to clipboard operation
lunar copied to clipboard

Could not find a version that satisfies the requirement torch==1.11.0+cu113

Open Master3002 opened this issue 2 years ago • 4 comments

Its do not work? pls help me

Master3002 avatar Dec 17 '22 21:12 Master3002

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

Master3002 avatar Dec 17 '22 21:12 Master3002

same

BOOMICEK avatar Dec 18 '22 19:12 BOOMICEK

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.

cybersader avatar Jan 03 '23 03:01 cybersader

Downgrade your python to 3.10

Moe-Dahan avatar Feb 27 '23 02:02 Moe-Dahan