User Forum of Software BASEMENT

BASEMENT
Basic Simulation Environment for computation of environmental flow and natural hazard simulation
Laboratory of Hydraulics, Hydrology and Glaciology (VAW)
ETH Zurich
Basement_Logo

You are not logged in.

#1 2020-06-12 11:28:14

432Hz
User
From: Genève, Suisse
Registered: 2020-06-05
Posts: 2

Basemesh 1.45 on Qgis 3.12 plugin error (Ubuntu)

Hello all !

Im trying to install the basemesh 1.45 plugin for Qgis 3.12.

On Windows 10 it works fine.

On Ubuntu 18.04, i am experiencing this issue :

Impossible de charger l'extension 'BASEmesh' provoque une erreur lors de l'appel à sa méthode classFactory() 
[...]
  File "/home/julien/.local/share/QGIS/QGIS3/profiles/default/python/plugins/BASEmesh/ext/pyqtgraph/opengl/GLViewWidget.py", line 1, in 
    from ..Qt import QtCore, QtGui, QtOpenGL, USE_PYQT5
ImportError: cannot import name 'QtOpenGL'

Ubuntu 18.04
Python 2.7.17
Qt 5.9.5

I don't have Nvidia GPU neither on Ubuntu nor Windows machines.

Thanks for any hints,
Julien

Last edited by 432Hz (2020-06-12 11:29:04)

Offline

#2 2020-06-15 14:52:19

Matthias Bürgler
Developer
From: Zürich
Registered: 2019-04-04
Posts: 150

Re: Basemesh 1.45 on Qgis 3.12 plugin error (Ubuntu)

Hi Julien

QGIS 3.x requires Python 3. Try installing the packages python3-opengl and python3-pyqt5.qtopengl

Best regards
Matthias

Offline

#3 2020-06-19 08:49:35

432Hz
User
From: Genève, Suisse
Registered: 2020-06-05
Posts: 2

Re: Basemesh 1.45 on Qgis 3.12 plugin error (Ubuntu)

Python scipy was also missing

sudo apt install python3-scipy
pip3 install scipy

Now it's working.

Thank you !

Offline

Board footer

Powered by FluxBB