Cannot launch using PyPI/pip

Running on an ARM-based ChromeOS machine, it fails at the last step (launching):

root@penguin:/home/human# pyenv/bin/anki
Preparing to run…
File “/home/human/pyenv/bin/anki”, line 8, in
sys.exit(run())
File “/home/human/pyenv/lib/python3.9/site-packages/aqt/init.py”, line 489, in run
_run()
File “/home/human/pyenv/lib/python3.9/site-packages/aqt/init.py”, line 563, in _run
pmLoadResult = pm.setupMeta()
File “/home/human/pyenv/lib/python3.9/site-packages/aqt/profiles.py”, line 133, in setupMeta
res = self._loadMeta()
File “/home/human/pyenv/lib/python3.9/site-packages/aqt/profiles.py”, line 413, in _loadMeta
traceback.print_stack()
resetting corrupt _global
No protocol specified
Qt warning: could not connect to display :0
Qt info: Could not load the Qt platform plugin “xcb” in “” even though it was found.
Qt fatal: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.

Aborted (core dumped)

https://docs.ankiweb.net/platform/linux/missing-libraries.html

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.