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
相关推荐
万粉变现经纪人19 小时前
如何解决 pip install shapely 报错 GEOS C 库未找到 问题
c语言·开发语言·python·pycharm·bug·pandas·pip
大连好光景2 天前
conda管理包还是pip管理包
python·conda·pip
万粉变现经纪人2 天前
如何解决 pip install cx_Oracle 报错 未找到 Oracle Instant Client 问题
数据库·python·mysql·oracle·pycharm·bug·pip
万粉变现经纪人2 天前
如何解决 pip install pillow-simd 报错 需要 AVX2/特定编译器 支持 问题
python·scrapy·beautifulsoup·aigc·pandas·pillow·pip
YMWM_4 天前
‘pip install -e .‘ and ‘pip install .‘
pip·pip install
請你喝杯Java4 天前
Python 后端开发:从虚拟环境、pip、requirements.txt 到项目启动
开发语言·python·pip
Hello.Reader4 天前
PySpark 安装保姆级教程pip、Conda、手动安装、Spark Connect 一次讲透(一)
python·spark·conda·pip
N盒4 天前
【WhisperX+M2M100】快速视频转字幕工具
python·pip
查尔char8 天前
CentOS 7 编译安装 Python 3.10 并解决 SSL 问题
python·centos·ssl·pip·python3.11
@zulnger8 天前
数据采集的基本知识
python·pip