Bug 24617 - qgis fail to start with an error
Summary: qgis fail to start with an error
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: 7
Hardware: All Linux
Priority: Normal normal
Target Milestone: ---
Assignee: Mageia Bug Squad
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-04 17:38 CEST by eric gerbier
Modified: 2019-04-05 22:41 CEST (History)
1 user (show)

See Also:
Source RPM: qgis-3.4.6-1.mga7.src.rpm
CVE:
Status comment:


Attachments

Description eric gerbier 2019-04-04 17:38:23 CEST
Description of problem:
when I start to launch qgis on mageia 7 beta 2, I have the following error message :

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/lib64/python3.7/site-packages/qgis/utils.py", line 335, 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/lib64/python3.7/site-packages/qgis/utils.py", line 672, 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/lib64/python3.7/site-packages/qgis/utils.py", line 672, 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/lib64/python3.7/site-packages/qgis/utils.py", line 672, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'owslib'

it seems to be a missing python module : owslib


Version-Release number of selected component (if applicable):
=> rpm -qa | grep qgis | sort
python3-qgis-3.4.6-1.mga7
qgis-3.4.6-1.mga7


How reproducible:


Steps to Reproduce:
1.
2.
3.
Comment 1 David GEIGER 2019-04-04 18:34:51 CEST
Should be fixed in next qgis-3.4.6-3.mga7 update!

CC: (none) => geiger.david68210

Comment 2 David GEIGER 2019-04-05 22:41:06 CEST
Fixed! So closing!

Status: NEW => RESOLVED
Resolution: (none) => FIXED


Note You need to log in before you can comment on or make changes to this bug.