David Hotham
David Hotham
> I need to install poetry on a server that is not connected to internet. and what is the rest of your plan? how do you expect to download poetry?
if you have a usable repository you probably are better off just using one of the other installation methods eg pipx, or manually create a venv and pip install poetry...
I doubt nexus even offers the json API
> which then causes "pyproject.toml changed significantly since poetry.lock was last generated." on M1 processor macs. this is not correct. The cause of that message is that the local pyproject.toml...
Those who are not seeing that file need to clear their cache
Also https://github.com/frichtarik/debug-poetry-pyyaml/compare/M1..M3 does not show the difference that you claim anyway
for comparison - pdm uses `truststore` and requires it explicitly to be injected as `pdm self add truststore` - pip uses `truststore` but only if you provide the command line...
> > should this be always on? > Absolutely, yes Yet all the other projects disagree, for varying reasons... are uv's performance concerns real? I am less allergic than Secrus...
> In our era where an energetic crisis is happening, along with global warming, I think speed and cpu time saving are vital. a curious response, but insofar as it...
> typeshed does not have type for this method if it makes you happier - I'd encourage you to submit a pull request there too, then!