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
相关推荐
Java后端的Ai之路4 天前
【Python小知识】-pip install xxx 命令安装的 ,在电脑的哪个盘?
开发语言·python·pip·pip install
gsgbgxp5 天前
安装库是优先用conda还是pip
深度学习·ubuntu·conda·pip
玄同7656 天前
深入理解 SQLAlchemy 的 relationship:让 ORM 关联像 Python 对象一样简单
人工智能·python·sql·conda·fastapi·pip·sqlalchemy
好好学习啊天天向上6 天前
C盘容量不够,python , pip,安装包的位置
linux·python·pip
好好学习啊天天向上7 天前
conda pip更新安装路径,解决C盘容易不够的问题
python·conda·pip·2025yfb3003605
小毅&Nora7 天前
【后端】【Python】① Windows系统下Python环境变量设置指南
python·pip
理智.6299 天前
根据requirements.txt 完成环境中的依赖库导入
python·conda·pip
万粉变现经纪人9 天前
如何解决 pip install pyodbc 报错 缺少 ‘cl.exe’ 或 ‘sql.h’(ODBC 头文件)问题
数据库·python·sql·网络协议·bug·ssl·pip
AlenTech10 天前
如何解决Ubuntu中使用系统pip报错的问题,error: externally-managed-environment
linux·ubuntu·pip
C系语言10 天前
python用pip生成requirements.txt
开发语言·python·pip