-
Notifications
You must be signed in to change notification settings - Fork 11
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
Unable to build @jupytergis/base
#102
Comments
Thanks for opening an issue! This is unfortunate, I thought this part of the code would not prevent the build from passing and we would simply ignore those failing requests. Just for your information, these requests are for populating the raster-tiles gallery with nice image in the UI. You should be able to bypass this for now with |
Thanks for the quick response @martinRenou, I'll do as suggested. |
I'd be happy to know which part of code is resulting in this as I'm not sure. |
It's this Python script which downloads all the gallery images at build time https://github.com/QuantStack/jupytergis/blob/main/packages/base/rasterlayer_gallery_generator.py. It is being used by this NPM script https://github.com/QuantStack/jupytergis/blob/main/packages/base/package.json#L31 during the build of jupytergis |
During the build process of the
@jupytergis/base
, I encountered multiple warnings and errors related to fetching map tiles and processing images. Below are the error logs.Full error logs
The text was updated successfully, but these errors were encountered: