DEPRECATION Python 27 reached the end of its life on January 1st 2020 Please upgrade your Python as Python 27 is no longer maintained pip 210 will drop support for Python 27 in January 2021 More detai
这个错误提示说明你的Python版本是2.7,而gradio>=3.23需要Python版本在3.5以上。因此,你需要升级你的Python版本到3.5或以上才能安装gradio>=3.23。
升级Python的方法取决于你的操作系统和安装方式。如果你使用的是Windows,你可以从Python官网下载最新版本的Python安装程序并运行它。如果你使用的是Linux或macOS,你可以使用系统包管理器或从Python官网下载源代码并手动编译安装。
一旦你升级了Python版本,你可以再次尝试安装gradio>=3.23。
原文地址: https://www.cveoy.top/t/topic/bFk0 著作权归作者所有。请勿转载和采集!