Skip to content

No module named 'PySide6.QtWebEngineWidgets' #59

@emilbasv3

Description

@emilbasv3

Running the AppImage, produce the following error:

$ ./onedrivegui.appimage 
Traceback (most recent call last):
  File "/tmp/.mount_onedrilFR41C//usr/src/OneDriveGUI.py", line 65, in <module>
    from ui.ui_login import Ui_LoginWindow
  File "/tmp/.mount_onedrilFR41C/usr/src/ui/ui_login.py", line 18, in <module>
    from PySide6.QtWebEngineWidgets import QWebEngineView
ModuleNotFoundError: No module named 'PySide6.QtWebEngineWidgets'

I've tried installing PySide6 with no luck (pip install PySide6)

OS: Lubuntu 22.04.1 LTS x86_64
Kernel: 5.15.0-48-generic
Shell: bash 5.1.16
Python: 3.10.6

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions