emacs-eaf / eaf-browser

A modern, customizable and extensible browser in Emacs
GNU General Public License v3.0
129 stars 26 forks source link

ModuleNotFoundError: No module named 'PyQt5' #26

Closed ucsky closed 2 years ago

ucsky commented 2 years ago

Hello, after installing EAF and browser application I get:

Traceback (most recent call last):
  File "/home/ucsky/.emacs.d/site-lisp/emacs-application-framework/eaf.py", line 25, in <module>
    from PyQt5 import QtWebEngineWidgets as NeverUsed # noqa
ModuleNotFoundError: No module named 'PyQt5'

Process *eaf* exited abnormally with code 1

Ubuntu version:

LSB Version:    core-11.1.0ubuntu2-noarch:security-11.1.0ubuntu2-noarch
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.3 LTS
Release:    20.04
Codename:   focal

Emacs version:

GNU Emacs 26.3
MatthewZMD commented 2 years ago

it seems like your dependency is not installed correctly. Did you run install-eaf.py? what is the output?

manateelazycat commented 2 years ago

Please use install-eaf.py install depend like https://github.com/emacs-eaf/emacs-application-framework README said.

ucsky commented 2 years ago

Yes I did install it with install-eaf.py. Sorry didn't had the time to re-run it for get you the log.