alibaba / web-editor

please use https://uiauto.dev instead
https://uiauto.dev
MIT License
1.23k stars 303 forks source link

mac python 3.10 pip 22.0.4安装报错,安装命令pip3 install -U weditor #107

Open liyifengInGit opened 2 years ago

liyifengInGit commented 2 years ago

ite-packages/setuptools/installer.py", line 77, in fetch_build_egg raise DistutilsError(str(e)) from e distutils.errors.DistutilsError: Command '['/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/var/folders/6y/6v01n3ws6mq_7k2qcqq0ks3m0000gq/T/tmpac8cbsvp', '--quiet', 'pbr']' returned non-zero exit status 1. [end of output]

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.

liyifengInGit commented 2 years ago

这项目已经凉透了吗?

photkey commented 2 years ago

python3.8.10python3.9.12pip22.0.4 都是一样的这个问题,安装不了。

mintisan commented 1 year ago

我这边先安装pbr后,再安装weditor后成功了 ➜ weditor git:(master) pip3 install pbr