Bartosz Sokorski
Bartosz Sokorski
Do you have a `python3.12-venv` package installed? ubuntu breaks python installations by separating venv package from the main python installation.
I was actually considering if we could remove that option or invert it so that one can choose to use system Python instead of the active one. That seems more...
Well, we could take advantage of the fact that we are making a breaking release and change that to `use-system-python` that would force usage of the Python version Poetry was...
> I'm fine with renaming, but I think `use-system-python` is confusing for the users. While it is consistent with the code base, I guess most users would expect that the...
your cache seems corrupted. try running `poetry cache clear --all PyPI` and the try installing again
Just FYI, it is recommended to migrate to `poetry-core` as the backend, since `poetry` doesn't expose build hooks for editable builds (unless using Poetry itself).
Closing as duplicate of #784
Hey, first of all, thank you for your contribution. A couple of things to start with: 1. Logging integration shouldn't be automatic. We should only provide a `logging.Handler` class (`CleoHandler`...
Thanks for working on that @dylan-robins, it looks great so far.
@dylan-robins the code looks fine for me, at least for starters. Would you be willing to write some basic docs (single file, describing the how-to of the integration etc)?