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
相关推荐
西格玛懒大王2 天前
[python] 基于matplotlib实现雷达图的绘制
数据库·python·pycharm·pip
TenniCC3 天前
python 中使用pip操作flask离线下载(包含依赖包下载)和安装
python·flask·pip
尚雷55807 天前
pip 如何快速安装包
人工智能·pip
心死翼未伤10 天前
python数据分析之爬虫基础:requests详解
开发语言·爬虫·python·http·数据挖掘·数据分析·pip
zhangfeng113315 天前
pip install torch -t /home/aistudio/external-libraries 我怎么查询安装在特殊目录下面的torch都版本
pytorch·python·pip
丶213615 天前
【Python】Python虚拟环境与依赖管理全指南
开发语言·python·pip
Bubble_water16 天前
解决Conda虚拟环境中pip下载包总是到base环境的问题
conda·pip
暮暮七17 天前
Dashboard-Factory没图没真相的虚假BI
python·信息可视化·大模型·pip·幻觉
007不打工人17 天前
mac miniforge3替代miniconda3,pip使用出错pip: bad inteno such file or directory
macos·pip
饮啦冰美式18 天前
Ubuntu的pip怎么用
python·ubuntu·pip