本站使用了 Pjax 等基于 JavaScript 的开发技术,但您的浏览器已禁用 JavaScript,请开启 JavaScript 以保证网站正常显示!

Paddle框架在跑的时候报setuptools错误

UserWarning: Distutils was imported before Setuptools. This usage is discouraged and may exhibit undesirable behaviors or errors. Please use Setuptools' objects directly or at least import Setuptools first.

解决方案

代码如下

pip3 install --upgrade pip setuptools

升级组件


Offer

推广

 继续浏览关于 的文章

 本文最后更新于:2021/09/01 17:04:43,可能因经年累月而与现状有所差异

 引用转载请注明:诗恩有趣cnfunny - 有趣的 > Python > Paddle框架在跑的时候报setuptools错误