Closed hxawax closed 1 year ago
Usually, this is because gv.extensions
is not loaded. Because I don't have this problem:
I'm running on the latest main for all the repo, so if you are still seeing the problem it could be fixed in the coming week, with new releases of the packages.
The issue was resolved by updating numba package to 0.57 to be compatible with Python 3.11.
Hey there,
I think a recent update broke the WMTS support in geoviews. When I'm trying to use the geoviews tile sources as shown in the user guide here https://geoviews.org/gallery/bokeh/tile_sources.html, I'm no more able to reproduce the example.
Complete, minimal, self-contained example code that reproduces the issue
I'm getting the following warning and no plot is shown :
This behavior is breaking some of my code, I was using geoviews to display custom WMTS maps. Now the following command
print the following result and no plot.
ALL software version info
(this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc) python 3.11.3 geoviews 1.5.0 bokeh 2.4.3 holoviews 1.15.4