App Deployment failing - QtWebEngineWidgets

Hi all, first time using streamlit, I apologize in advance if I am making a simple mistake, but I’ve tried many different ways and i am still unable to deploy the app. The python app runs stable on my desktop. I’ve included my github repository with the python file

Getting this exception when i try to deploy:

2023-03-14 04:33:16.598 Uncaught app exception
Traceback (most recent call last):
  File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 565, in _run_script
    exec(code, module.__dict__)
  File "VisualizationStable.py", line 9, in <module>
    from PyQt5 import QtCore, QtWidgets, QtWebEngineWidgets
ImportError: cannot import name 'QtWebEngineWidgets' from 'PyQt5' (/home/appuser/venv/lib/python3.7/site-packages/PyQt5/__init__.py)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.