pip安装basicsr和tb-nightly报错

basicsr:ERROR: Could not find a version that satisfies the requirement tb-nightly (from basicsr) (from versions: none)

BasicSR 是全称 Basic Super-Resolution 的缩写,它是一个基于 PyTorch 的开源图像视频复原工具箱 (Open-Source Image and Video Restoration Toolbox)。它适配多种视觉底层任务,比如超分辨率,去噪,去模糊,去 JPEG 压缩噪声等。旨在将各种 Super Restoration 模型整合在一起,形成一个复现视觉底层任务模型结果的统一框架。

原因:需要先安装tb-nightly,tb-nightly安装失败。

tb-nightly: ERROR: No matching distribution found for tb-nightly

原因:清华源中没有tb-nightly。

解决方案:需要切换到阿里源下载。

linux 复制代码
pip install tb_nightly -i https://mirrors.aliyun.com/pypi/simple
相关推荐
Jc.MJ3 天前
安装Pytorch GPU+CPU版本【通过本地安装解决无法使用pip指令下载问题】
人工智能·pytorch·pip
想名字好难啊竟然不止我一个4 天前
清除 Pip 缓存, 释放磁盘空间
python·缓存·pip
懒惰蜗牛7 天前
Day10:Python实现Excel自动汇总
python·numpy·pandas·pip·1024程序员节·python读写excel
蓝纹绿茶9 天前
bash:**:pip:***python: 错误的解释器: 没有那个文件或目录
开发语言·python·pip
Nie_Xun12 天前
conda常用命令&pip、venv
conda·pip
万粉变现经纪人12 天前
如何解决 pip install -r requirements.txt 子目录可编辑安装缺少 pyproject.toml 问题
开发语言·python·scrapy·beautifulsoup·scikit-learn·matplotlib·pip
万粉变现经纪人12 天前
如何解决 pip install -r requirements.txt 私有索引未设为 trusted-host 导致拒绝 问题
开发语言·python·scrapy·flask·beautifulsoup·pandas·pip
万粉变现经纪人13 天前
如何解决 pip install -r requirements.txt 私有仓库认证失败 401 Unauthorized 问题
开发语言·python·scrapy·flask·beautifulsoup·pandas·pip
kobe_OKOK_14 天前
windows 下载 pip包,debian离线安装
windows·debian·pip
逍遥创江湖14 天前
包管理 pip ,conda;pycharm中使用conda 创建的虚拟环境
pycharm·conda·pip