David Hotham
David Hotham
> If Poetry wants to increase user adoption (or reduce attrition to uv) "poetry" doesn't want anything, people who work with it may want different things. So far as I...
offering a datapoint: I have a django app that I deploy to Azure, and the definition of the Azure web app is where I specify the version of python that...
> We want to move away from platform-proprietary ways of specifying the Python version, and be able to reliably determine what Python version to use when deploying a project from...
honestly I don't love any of this, but I am only a contributor and in the end my vote doesn't matter anyway. As a matter of tactics if I were...
smells like there's an unwanted `direct_url.json` lying around on the docker image; else why would poetry think that this was a directory dependency?
might be fixed, or anyway progressed, by #8549 however - doubtful that one can be merged without a unit test - proper fix is likely for nvidia not to leave...
poetry asks git what it is ignoring, [here](https://github.com/python-poetry/poetry-core/blob/39e17d70941222e9818e6621cc76f99d31edb6ba/src/poetry/core/vcs/git.py#L326-L342) you can check for yourself whether the files that you are seeing are included or not, either by putting some print statements...
I've shown you where the code is, please investigate this yourself.
Unlikely to be a poetry issue > home/ubuntu/.cache/pypoetry/virtualenvs/dit-bgZJ6RvK-py3.10/bin/python: No module named pip Looks like something has an undeclared dependency on pip
sure, because you are running those commands in an environment where pip is available poetry follows pep517 and builds in an isolated build environment: if a project has a build-time...