对于你提到的警告“setuptools.installer is deprecated. requirements should be satisfied by a pep 517 installer”,这意味着 setuptools 的某些安装程序已被弃用,并且建议使用符合 PEP 517 标准的安装程序来满足依赖项。 以下是解决此警告的一些步骤和建议: 理解警告的含义: 这个警告是在告诉你,你正在使用的 ...
阿里云安装python依赖报错 Requirements should be satisfied by a PEP 517 installer. 阿里云 Collecting basicsr==1.4.2 (from -r requirements.txt (line 16)) Downloading http://mirrors.cloud.aliyuncs.com/pypi/packages/86/41/00a6b000f222f0fa4c6d9e1d6dcc9811a374cabb8abb9d408b77de39648c/basicsr-...