We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OS : Arch Linux QGIS version : QGIS 3.38.2-Grenoble 'Grenoble' (exported) QGIS installed via conda-forge
I get this error :
Couldn't load plugin 'GAVOCoverage' due to an error when calling its classFactory() method [...] ModuleNotFoundError: No module named 'gdalconst'
Changing this line https://github.com/epn-vespa/VO_QGIS3.x_plugin/blob/master/GAVOCoverage/gavo_coverage.py#L38 to
from osgeo.gdalconst import * #Gdal constants. Seems to require char values... substituting an int doesnt work :(
solved this.
The text was updated successfully, but these errors were encountered:
I fixed this in my fork
Sorry, something went wrong.
No branches or pull requests
OS : Arch Linux
QGIS version : QGIS 3.38.2-Grenoble 'Grenoble' (exported)
QGIS installed via conda-forge
I get this error :
Changing this line https://github.com/epn-vespa/VO_QGIS3.x_plugin/blob/master/GAVOCoverage/gavo_coverage.py#L38
to
solved this.
The text was updated successfully, but these errors were encountered: