今天遇到了个这个问题
× Encountered error while generating package metadata. ╰─> See above for output. note: This is an issue with the package mentioned above, not pip. hint: See above for details. python报的错误:这个错误表明在生成包的元数据时遇到了问题,但它并不是 pip
工具本身的问题,而是与上面提到的包相关的问题。根据错误提示,似乎是 paddle
包的安装脚本中出现了一些错误,导致无法成功生成包的元数据。
在这种情况下,我查了一下
要升级protobuf
pip install --upgrade protobuf
我最后下载的是3.20这个版本
pip install protobuf==3.20.0
还有paddle这个包的加载,可能是因为缺少了一些依赖或者出现了其他错误,依赖我都下载了,反正最后换了一个源又换了一个网络下载好了
pip cache purge
pip install paddle