Python 官方文档:入门教程 => 点击学习
本人刚开始使用的python 3.11.0 博主按照以前下载库的方法一样,输入 pip install torch 然后系统报错为: ERROR:Could not find a version that satisfies the req
博主按照以前下载库的方法一样,输入
pip install torch
然后系统报错为:
ERROR:Could not find a version that satisfies the requirement torch
当我输入更新指令:
Python -m pip install --upgrade pip
再次输入pip install torch
cmd命令栏中输入:
pip install torch -i https://pypi.douban.com/simple --trust -host=pypi.douban.com
卸载当前python版本,重新下载python 3.10.9
下载安装后,打开控制面板输入
python -V
显示 Python 3.10.9
则安装成功。
再次输入
python -m ensurepip --default-pip
安装pip成功!
接下来就 pip install torch 安装torch库成功!
其中,方法三本人自己亲测有用,这些方法都是我自己试过的,希望能对你们有帮助,如果本文存在问题,还请多多指教。
来源地址:https://blog.csdn.net/m0_73699111/article/details/128276447
--结束END--
本文标题: 解决pip安装torch库出现问题(本人自己安装心路历程,希望对你有用)
本文链接: https://lsjlt.com/news/410911.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-03-01
2024-03-01
2024-03-01
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0