报错如下:
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× 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.
解决方法:
降低安装版本:pip install weditor==0.6.4
降低到哪个版本可以参考安装时失败的安装版本的上一个;
或者可以访问官网自己查看:weditor · PyPI
若安装超时:
pip._ptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted', port=443): Read timed out.
命令行超时安装语句:pip --default-timeout=1000 install -U 模块名
eg:pip --default-timeout=1000 install -U uiautomator2
本文发布于:2024-01-28 14:03:41,感谢您对本站的认可!
本文链接:https://www.4u4v.net/it/17064218227938.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |