ERROR: No matching distribution found for gradio>=3.23

Posted 风吹落叶花飘荡

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ERROR: No matching distribution found for gradio>=3.23相关的知识,希望对你有一定的参考价值。

ERROR: No matching distribution found for gradio>=3.23

一、现象

今天运行chatGPTweb项目的时候 跟下载其他包时候一样使用清华源下载的时候,pip install gradio==3.23 -i https://pypi.python.org/pypi
然后,报错了

二、原因

国内的镜像源还没有更新到 gradio>=3.23,所以需要科学上网,手动去pypi官网下载whl,然后通过whl下载即可。

三、解决流程

1.从官网中下载gradio编译的pyd文件后缀为whl

地址:https://pypi.org/project/gradio/

2.基于gradio-3.23.0-py3-none-any.whl安装gradio==3.23

  将gradio-3.23.0-py3-none-any.whl复制到项目所在目录
注:可以不用,下载的时候带whl的绝对地址,复制到项目所在目录只是这样简单一些

输入如下安装指令:

 pip --default-timeout=100 install gradio-3.23.0-py3-none-any.whl


等一下就可以安装成功了!

the error: no operator << matches these operands

Severity Code Description Project File Line Suppression State
Error (active) E0349 no operator "<<" matches these operands ReverseString 

 

 

 

the solution:

#include "iostream" 

#include<string>

以上是关于ERROR: No matching distribution found for gradio>=3.23的主要内容,如果未能解决你的问题,请参考以下文章

the error: no operator << matches these operands

为啥我得到 [Error] no matching function for call to 'car::car()'

QT编程错误解决 error: no matching function for call to

QT编程错误解决 error: no matching function for call to

ERROR: No matching distribution found for gradio>=3.23

Installation error: INSTALL_FAILED_NO_MATCHING_ABIS