You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run on Ubuntu 18.04 bionic and had the following error
>>> from visma.main import init
Traceback (most recent call last):
File "", line 1, in
File "/home/ojas/.local/lib/python3.6/site-packages/visma/main.py", line 4, in
from visma.gui.window import initGUI
File "/home/ojas/.local/lib/python3.6/site-packages/visma/gui/window.py", line 16, in
from PyQt5.QtWebEngineWidgets import QWebEngineView
ModuleNotFoundError: No module named 'PyQt5.QtWebEngineWidgets'
The text was updated successfully, but these errors were encountered:
pip3 install -r requirements, try running this first to install requirements for VisMa. If possible, try discussing the problem on Zulip channel before opening the issue.
I tried to run on Ubuntu 18.04 bionic and had the following error
>>> from visma.main import init
Traceback (most recent call last):
File "", line 1, in
File "/home/ojas/.local/lib/python3.6/site-packages/visma/main.py", line 4, in
from visma.gui.window import initGUI
File "/home/ojas/.local/lib/python3.6/site-packages/visma/gui/window.py", line 16, in
from PyQt5.QtWebEngineWidgets import QWebEngineView
ModuleNotFoundError: No module named 'PyQt5.QtWebEngineWidgets'
The text was updated successfully, but these errors were encountered: