Hi,
I was trying to run the plugin with conda, versions:
QGIS 3.38.2-Grenoble 'Grenoble' (exported)
Python 3.11.9
and I fond a couple of python2 stuff:
str.decode('ascii') in VESPA/clientRunner.py
wrong import from gdalconst import * > from osgeo.gdalconst import * in GAVOCoverage/gavo_coverage.py
I also created a develop branch to push those modification.
I also deleted all compiled pyc files, caches and so.
This is automated in the new Makefile, just use make to see an help.
Hi, I was trying to run the plugin with conda, versions:
and I fond a couple of python2 stuff:
str.decode('ascii')
inVESPA/clientRunner.py
from gdalconst import *
>from osgeo.gdalconst import *
inGAVOCoverage/gavo_coverage.py
I also created a
develop
branch to push those modification. I also deleted all compiled pyc files, caches and so. This is automated in the newMakefile
, just usemake
to see an help.