无法找到满足要求的torch版本的问题
发布时间
阅读量:
阅读量
问题描述
今日在进行实验操作并搭建deepsort的虚拟环境以及配置Pytorch过程中,首先完成了虚拟环境的建立,然而未明确指定所使用的Python版本,随后依照网络上相关博客提供的步骤依次执行了相应指令
pip install torch==1.6.0+cu101 torchvision==0.7.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html
随后系统提示出现错误信息
Collecting torch==1.6.0+cu101
Could not find a version that satisfies the requirement torch==1.6.0+cu101 (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2, 0.1.6.post17, 0.1.6.post20, 0.1.6.post22, 0.1.7.post2, 0.1.8.post1, 0.1.9.post1, 0.1.9.post2, 0.1.10.post1, 0.1.10.post2, 0.1.11.post4, 0.1.11.post5, 0.1.12.post1, 0.1.12.pos
全部评论 (0)
还没有任何评论哟~
