本文介绍了找不到满足要求的版本 torch>=1.0.0?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
找不到满足要求的版本 torch>=1.0.0找不到与 torch>=1.0.0(来自 stanfordnlp)
Could not find a version that satisfies the requirement torch>=1.0.0No matching distribution found for torch>=1.0.0 (from stanfordnlp)
推荐答案
这是 pytorch 的最新命令.
This is the latest command for pytorch.
pip install torch===1.4.0 torchvision===0.5.0 -f https://download.pytorch.org/whl/torch_stable.html
这篇关于找不到满足要求的版本 torch>=1.0.0?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!