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
相关推荐
蜗牛去旅行吧3 天前
解决 `pip is configured with locations that require TLS/SSL` 错误
网络协议·ssl·pip
来自于狂人4 天前
解决 `pip install open-webui` 时的编译错误:Microsoft Visual C++ 14.0 或更高版本缺失
c++·microsoft·pip
余将董道而不豫兮5 天前
pip 与 conda 的故事
人工智能·python·深度学习·conda·pip
Yuezero_6 天前
【BUG】conda虚拟环境下,pip install安装直接到全局python目录中
pytorch·python·conda·bug·pip
uncle_ll7 天前
复制conda虚拟环境的几种方法
conda·pip·虚拟环境·pyenv·minconda
ssslar9 天前
Flutter PIP 插件 ---- iOS Video Call
flutter·ios·pip
ssslar9 天前
Flutter PIP 插件 ---- Android
android·flutter·pip
cuber膜拜16 天前
Linux(Centos)安装allnnlp失败,jsonnet报错
linux·centos·pip
纪伊路上盛名在24 天前
生信软件管家——conda vs pip
linux·python·conda·学习方法·pip
Lucky_Turtle24 天前
maven、npm、pip、yum官方镜像修改文档
npm·maven·pip