Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#59408 - [qgis] Errors on startup
Attached to Project:
Community Packages
Opened by Pippo Peppo (pipep) - Saturday, 21 July 2018, 07:15 GMT
Last edited by Doug Newgard (Scimmia) - Saturday, 21 July 2018, 07:21 GMT
Opened by Pippo Peppo (pipep) - Saturday, 21 July 2018, 07:15 GMT
Last edited by Doug Newgard (Scimmia) - Saturday, 21 July 2018, 07:21 GMT
|
DetailsOn a fully updated system I just installed qgis 3.2.0-2
Every time when I start qgis, i get an error window saying "Couldn't load plugin 'processing'". When I close this error window, a second error window appears saying "Couldn't load plugin 'MetaSearch' due to an error when calling its classFactory() method" When I close the second error window, qgis starts and works normally. This is the first error: Couldn't load plugin 'processing' ModuleNotFoundError: No module named 'psycopg2' Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/qgis/utils.py", line 312, in loadPlugin __import__(packageName) File "/usr/lib/python3.6/site-packages/qgis/utils.py", line 665, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "/usr/share/qgis/python/plugins/processing/__init__.py", line 28, in from processing.tools.dataobjects import * # NOQA File "/usr/lib/python3.6/site-packages/qgis/utils.py", line 665, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "/usr/share/qgis/python/plugins/processing/tools/dataobjects.py", line 51, in from processing.algs.gdal.GdalUtils import GdalUtils File "/usr/lib/python3.6/site-packages/qgis/utils.py", line 665, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "/usr/share/qgis/python/plugins/processing/algs/gdal/GdalUtils.py", line 34, in import psycopg2 File "/usr/lib/python3.6/site-packages/qgis/utils.py", line 665, in _import mod = _builtin_import(name, globals, locals, fromlist, level) ModuleNotFoundError: No module named 'psycopg2' Python version: 3.6.6 (default, Jun 27 2018, 13:11:40) [GCC 8.1.1 20180531] QGIS version: 3.2.0-Bonn Bonn, exported Python Path: /usr/share/qgis/python /home/marco/.local/share/QGIS/QGIS3/profiles/default/python /home/marco/.local/share/QGIS/QGIS3/profiles/default/python/plugins /usr/share/qgis/python/plugins /usr/lib/python36.zip /usr/lib/python3.6 /usr/lib/python3.6/lib-dynload /usr/lib/python3.6/site-packages /home/marco/.local/share/QGIS/QGIS3/profiles/default/python And this is the second error: Couldn't load plugin 'MetaSearch' due to an error when calling its classFactory() method ModuleNotFoundError: No module named 'owslib' Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/qgis/utils.py", line 337, in startPlugin plugins[packageName] = package.classFactory(iface) File "/usr/share/qgis/python/plugins/MetaSearch/__init__.py", line 29, in classFactory from MetaSearch.plugin import MetaSearchPlugin File "/usr/lib/python3.6/site-packages/qgis/utils.py", line 665, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "/usr/share/qgis/python/plugins/MetaSearch/plugin.py", line 34, in from MetaSearch.dialogs.maindialog import MetaSearchDialog File "/usr/lib/python3.6/site-packages/qgis/utils.py", line 665, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "/usr/share/qgis/python/plugins/MetaSearch/dialogs/maindialog.py", line 50, in from owslib.csw import CatalogueServiceWeb # spellok File "/usr/lib/python3.6/site-packages/qgis/utils.py", line 665, in _import mod = _builtin_import(name, globals, locals, fromlist, level) ModuleNotFoundError: No module named 'owslib' Python version: 3.6.6 (default, Jun 27 2018, 13:11:40) [GCC 8.1.1 20180531] QGIS version: 3.2.0-Bonn Bonn, exported Python Path: /usr/share/qgis/python /home/marco/.local/share/QGIS/QGIS3/profiles/default/python /home/marco/.local/share/QGIS/QGIS3/profiles/default/python/plugins /usr/share/qgis/python/plugins /usr/lib/python36.zip /usr/lib/python3.6 /usr/lib/python3.6/lib-dynload /usr/lib/python3.6/site-packages /home/marco/.local/share/QGIS/QGIS3/profiles/default/python |
This task depends upon
Closed by Doug Newgard (Scimmia)
Saturday, 21 July 2018, 07:21 GMT
Reason for closing: Not a bug
Additional comments about closing: Covered by optional deps
Saturday, 21 July 2018, 07:21 GMT
Reason for closing: Not a bug
Additional comments about closing: Covered by optional deps