PyQtWebEngine Module Not Found

Layer Atlas requires the installation of extra dependencies.

Recommended Installation

The best way to install the required dependencies is through the OSGeo4W Network Installer:

  1. Download OSGeo4W Network Installer: Visit https://trac.osgeo.org/osgeo4w/ and download the network installer.
  2. Run the Installer: Execute the OSGeo4W Network Installer and choose "Advanced Install".
  3. Select Packages: In the package selection screen, search for and select python3-pyqtwebengine from the list.
  4. Complete Installation: Follow the installer prompts to complete the installation.
  5. Restart QGIS: Open QGIS again to complete the setup.

Alternative Installation (OSGeo4W Shell)

If you have OSGeo4W already installed, you can use the OSGeo4W Shell to install the required dependencies:

  1. Open OSGeo4W Shell: Find and open the "OSGeo4W Shell" from your Start menu or OSGeo4W installation directory.
  2. Install PyQtWebEngine: Run the following command in the shell:
    pip install PyQtWebEngine
  3. Restart QGIS: Close and reopen QGIS to complete the setup.