-
Notifications
You must be signed in to change notification settings - Fork 29
Description
Describe the bug
As we reworked the python PUM library for TMMT requirements, be aware that you will not be able to have both qgep datamodel tool and TMMT installed on your system simultaneously without encountering compatility issues.
Workaround :
In your osgeo4w shell, remove packages and install these directly from the plugin after having QGIS restarted
pip uninstall pum
pip unistall pirogue
installation of prerequisites goes too far at least visually
Should be pirogue == 1.4.1 and pum <= 0.10.0 or pum == 0.10
If it is solved, you should be able to use qgep datamodel tool as before
To Reproduce
Exact steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots / data
If applicable, add screenshots or data to help explain your problem.
Desktop (please complete the following information):
- QGEP plugin version
- QGEP datamodel version
- QGEP project file version
- QGIS Version
- OS
Additional context
Linked issue and PR : QGEP/datamodel#246 requirements are badly configured