-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MetaSearch - ModuleNotFoundError: No module named 'owslib.ogcapi.records' #47360
Comments
Seems you distro has quite old OWS lib. |
@tomkralidis may I ask you to look at this? It would be nice to get it addressed before 3.24. |
What version of owslib is on your install? Can you test from the QGIS Python console with: >>> import owslib
>>> owslib.__version__ |
0.19.1 |
OWSLib 0.25 or higher is required for the new OGC API - Records functionality. Should I put a try/except test on the OWSLib version? |
I think it was the idea, reading #44812 (comment) |
I'd say better to include a fallback code path to avoid errors like this one on platforms where older OWSLib installed. |
This is now in 3.24.0 |
Still getting this error after a fresh install and each time the software opens. Everything is working so far tho and I'm not sure I would even use the OGC records API features. Thanks for continually and consistently producing some of the best GIS software out there! |
Same here, had to |
PR in #47540 |
This worked out for me. I however did not use sudo. |
Quickfix for homebrew users on MacOS A quickfix for people who installed qgis using homebrew. From the terminal, type For me it took a while before I found the python 3.9.5 executable location... hope it helps. |
This also works for the standard MacOS install of QGIS |
Thanks for the help, problem is fixed. |
What is the bug or the crash?
On a self-compiled QGIS, new user profile
Steps to reproduce the issue
Happens when I launch QGIS
I used to have weeks ago, and didn't notice it in recent days. but opening QGIS from a new profile resurrects it.
Versions
<style type="text/css"> p, li { white-space: pre-wrap; } </style>Cette copie de QGIS dispose d'une sortie de débogage.
Extensions Python actives
db_manager
0.1.20
grassprovider
2.12.99
processing
2.12.99
sagaprovider
2.12.99
Supported QGIS version
New profile
Additional context
No response
The text was updated successfully, but these errors were encountered: