我在让cefpython安装在Mac上有问题。我知道有人让它在窗户上安装得很好,但在Mac上却没有骰子。我尝试过pip3 install cefpython3==66.0,但是它抛出了这个错误:
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement cefpython3==66.0 (from versions: none)
ERROR: No matching distribution found for cefpython3==66.0我还应该注意,在安装pip3的其他软件包时,我还没有遇到任何问题。我想我可能需要使用pip而不是pip3,但目前也不起作用。
发布于 2022-04-09 19:03:26
cefpython3 66.0 提供车轮用于Linux、w32/w64和MacOS,但只适用于英特尔处理器。其他版本的提供甚至更少。也没有源代码。
要在cefpython3上安装MacOS M1,您需要从源代码编译。请参阅https://github.com/cztomczak/cefpython/blob/master/docs/Build-instructions.md
https://stackoverflow.com/questions/71808828
复制相似问题