PyTorch Installation Error: 'pytorch' vs. 'torch'
It seems that the package name 'pytorch' was used instead of 'torch' in the installation command. The error message suggests using 'torch' instead. Try running the installation command again with 'torch' instead of 'pytorch'. For example:
pip install torch==1.0.2
原文地址: https://www.cveoy.top/t/topic/mv23 著作权归作者所有。请勿转载和采集!