pythonraspberry-picefpython

How do i get cefpython3 on Raspberry pi 3 A+


Trying to get cefpython3 installed on raspberry pi 3 A+, but I'm getting a little bit lost in all of the download / build directions. simply using pip install cefpython3=66.0 doesnt seem to cut it. I am new to linux so some of the commands i feel are implied or second nature for experienced linux users, which is a little beyond me atm. help is appreciated.


Solution

  • Unfortunately, cefpython3 doesn't support the Raspberry Pi's ARM processor (yet), so this simply won't work without troublesome hacks like x86 emulation

    There's no published ARM packages (though you could perhaps build it yourself) https://pypi.org/simple/cefpython3/

    However, there's explicit reference to this being a future/missing feature on GitHub