Closed JosephKuchar closed 1 year ago
In your report, you have large_image : 1.20.5
and large_image_source_gdal : 1.20.4
. These need to match. Update large_image_source_gdal
to fix the issue
The problematic change was in https://github.com/girder/large_image/pull/1121. I should have had the GDAL source limit large_image
on that release.
Or I guess the version is limited in the PyPI wheel but not on the conda-forge recipe, hence this issue.
That did it, thanks! I appreciate the help.
Hi again,
For testing I wanted to try to get localtileserver installed on my local machine. I have a fresh installation of Ubuntu, Anaconda, and a conda environment with no packages installed besides localtileserver, jupyter and folium (and their dependencies through conda).
When I try to run the example
I get the following error:
(abbreviated, let me know if the whole error is essential). There's also an HTTP error associated with it,
Based on this error, it looks like flask is failing to make a local webpage to host the tiles (if I understand how opentileserver works).
I also experienced this on my Windows machine, I'm sure there's something obvious I'm neglecting. Thanks!