BASEMENTBasic Simulation Environment for computation of environmental flow and natural hazard simulationLaboratory of Hydraulics, Hydrology and Glaciology (VAW)ETH Zurich |
You are not logged in.
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
Hi Julien
QGIS 3.x requires Python 3. Try installing the packages python3-opengl and python3-pyqt5.qtopengl
Best regards
Matthias
Offline
Python scipy was also missing
sudo apt install python3-scipy
pip3 install scipy
Now it's working.
Thank you !
Offline