我试过pip install pyppeteer-ghost-cursor==0.2.3,但它还是回来了
Collecting pyppeteer-ghost-cursor==0.2.3
Using cached pyppeteer_ghost_cursor-0.2.3-py3-none-any.whl (21 kB)
Collecting bezier
Using cached bezier-2021.2.12.tar.gz (313 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [1 lines of output]
The BEZIER_INSTALL_PREFIX environment variable must be set.
[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.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.我现在能做些什么来安装这个软件包,请帮助我使用windows 10安装这个软件包,但实际上不起作用
发布于 2022-08-15 21:26:49
INSTALL_PREFIX environment variable must be set error
我也有同样的问题。不幸的是,您必须降级到Python3.9.x。
https://stackoverflow.com/questions/73173720
复制相似问题