返回顶部
首页 > 资讯 > 后端开发 > Python >安装pytorch.cuda时出现Solving environment: failed with initial frozen solve. Retrying with flexible solve
  • 526
分享到

安装pytorch.cuda时出现Solving environment: failed with initial frozen solve. Retrying with flexible solve

pytorchpython深度学习 2023-10-20 20:10:15 526人浏览 独家记忆

Python 官方文档:入门教程 => 点击学习

摘要

使用了网上大家说的更新conda,以及更换镜像均无法解决。便尝试使用pip安装指令。  1、将清华镜像源添加到PIP的搜索目录中,打开ANACONDA PROMPT,键入 pip config set global.index-url ht

使用了网上大家说的更新conda,以及更换镜像均无法解决。便尝试使用pip安装指令。

 1、将清华镜像源添加到PIP的搜索目录中,打开ANACONDA PROMPT,键入

pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

 2、进入PYTORCH官网,选择适合自己电脑系统的版本,在这里查看不同显卡驱动所对应的CUDA版本。

 复制安装指令

在anaconda prompt切换到自己要安装PyTorch的环境。再键入上边复制的安装指令。同时加上

-i Https://pypi.tuna.tsinghua.edu.cn/simple 

即键入:

pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116 -i https://pypi.tuna.tsinghua.edu.cn/simple

即可解决

来源地址:https://blog.csdn.net/shadoubuhuire/article/details/128510897

--结束END--

本文标题: 安装pytorch.cuda时出现Solving environment: failed with initial frozen solve. Retrying with flexible solve

本文链接: https://lsjlt.com/news/433198.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作