-
-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Description
[idnovic@id-lappy ~]0$ maestral-gui
Warning: PyQt5 is required to run the Maestral GUI. Run `pip install pyqt5` to install it.
Traceback (most recent call last):
File "/home/idnovic/.local/bin/maestral", line 11, in <module>
load_entry_point('maestral==0.2b0', 'console_scripts', 'maestral')()
File "/home/idnovic/.local/lib/python3.7/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/home/idnovic/.local/lib/python3.7/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/home/idnovic/.local/lib/python3.7/site-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/home/idnovic/.local/lib/python3.7/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/home/idnovic/.local/lib/python3.7/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/home/idnovic/.local/lib/python3.7/site-packages/maestral/console_script.py", line 30, in gui
from maestral.gui.main import run
File "/home/idnovic/.local/lib/python3.7/site-packages/maestral/gui/main.py", line 26, in <module>
from maestral.gui.settings_window import SettingsWindow
File "/home/idnovic/.local/lib/python3.7/site-packages/maestral/gui/settings_window.py", line 13, in <module>
from PyQt5 import QtGui, QtCore, QtWidgets, uic
ImportError: cannot import name 'uic' from 'PyQt5' (/usr/lib64/python3.7/site-packages/PyQt5/__init__.py)
[idnovic@id-lappy ~]1$ pip3 install --user pyqt5
Requirement already satisfied: pyqt5 in /usr/lib64/python3.7/site-packages (5.12.2)
It seems I have the dependency installed but still have an import problem.
Do you have suggestions?
Metadata
Metadata
Assignees
Labels
No labels