I'm having issues getting cefpython to install on Mac. I know someone who got it to install fine on windows, but on Mac, no dice. I've tried pip3 install cefpython3==66.0
, but it throws this error:
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
I should also note that I haven't had issues installing other packages with pip3. I thought that I might need to use pip instead of pip3, but that currently isn't working either.