Closed Thysrael closed 11 months ago
Looks your Qt or PyQt not install complete in your system.
Looks your Qt or PyQt not install complete in your system.
Thank you, it fixed.
I remove the pyqt6
installed from pacman
, and create a new python venv at eaf
directory. It works well.
pls may show how to solve this in detail pls. I do not understand how to set up eaf for use this venv automatic. Thanks :D
Describe the bug After I following README to install eaf, I try to run
eaf-open-demo
oreaf-open
, eaf didn't work.To Reproduce Yes I git clone the newest update of eaf. And I run the install_eaf.py successfully(I guess, because nothing wrong happend). I use
emacs -Q
and eval the code below:Expected behavior I hope eaf can work correctly.
Versions (please complete the following info):
screenfetch
Error logs
Process eaf exited abnormally with code 1 Traceback (most recent call last): File "/home/thysrael/.emacs.d/site-lisp/emacs-application-framework/eaf.py", line 25, in
from PyQt6 import QtWebEngineWidgets as NeverUsed # noqa
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: PyQt6.QtWebEngineCore cannot import type 'QModelRoleDataSpan' from PyQt6.QtCore