Error installing UMEP #319
-
I can download UMEP, but I can't load it in QGIS, so I can't use it. classFactory()Unable to load plugin 'UMEP' due to error during method invocation ModuleNotFoundError: No module named 'packaging' Pythonバージョン: 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)] Pythonパス: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I think this is because there is a transisition between versions in QGIS and Python. Try to install the module packaging manually, using the command |
Beta Was this translation helpful? Give feedback.
I think this is because there is a transisition between versions in QGIS and Python. Try to install the module packaging manually, using the command
pip install packaging
in the OSGeo4W shell. Details can be found in our manual: https://umep-docs.readthedocs.io/en/latest/Getting_Started.html#adding-missing-python-libraries-and-other-osgeo-functionalities. If this also fails, install latest version of QGIS and make sure to uninstall previous versions.