Replies: 3 comments 11 replies
-
Hi @tmcw Thanks for starting this discussion. I'm sorry for this. The state of titiler self dependency is really frustration. So in Short:
This is a bit weird, we tried to go with I'm not sure why Poetry is complaining (I'm not a poetry user because of this kinda of issue) but I'll ask around. |
Beta Was this translation helpful? Give feedback.
-
FYI: for your tiler you may want to start with only see: https://developmentseed.org/titiler/intro/#customized-minimal-app |
Beta Was this translation helpful? Give feedback.
-
it worked for me 🙈, but using python 3.9 and
|
Beta Was this translation helpful? Give feedback.
-
I'm a newcomer to "modern Python package management" and as far as I can tell, to get reproducible builds, the right move is to use poetry. That has been a confusing experience with titiler:
With this tiny pyproject.toml configuration for poetry:
I get this build failure:
This raises a lot of weird, weird questions. For example:
Don't they? There's definitely titiler.mosaic 0.7.1 on PyPi, right?
This version query is really odd, it's searching for something like "every version that's higher than 0.7.1 and less than 8", which… why? I'm not seeing any semver that would require that.
So… any ideas, Pythonistas? Is poetry the right tool to use if I want something like the npm or yarn "lockfile-based reproducible builds" experience? Is there something I'm missing that is making this oddly difficult to get started with?
Beta Was this translation helpful? Give feedback.
All reactions