poetry icon indicating copy to clipboard operation
poetry copied to clipboard

Python packaging and dependency management made easy

Results 901 poetry issues
Sort by recently updated
recently updated
newest added

### Description The `eval $(poetry env activate)` command does not work in Windows when running it in a Bash shell (or similar), because it does not output `.` or `source`...

kind/bug
good first issue

- [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [x] I have searched the [FAQ](https://python-poetry.org/docs/faq/) and general [documentation](https://python-poetry.org/docs/) and believe...

kind/feature
status/triage

### Description With this `pyproject.toml`: ```toml [tool.poetry] package-mode = false version = "0.1.0" [tool.poetry.dependencies] python = "3.11.10" [tool.poetry.group.dev.dependencies] [tool.poetry.group.a.dependencies] pydantic = {version = "^2.11.5", extras = ["email", "decimal"]} [tool.poetry.group.b.dependencies] pydantic...

kind/bug
status/triage

# Pull Request Check List Resolves: #8864 Changed Authors option in init.py to multiple=True. This allows the user to input –author name1 –author name2, to the nth author name. This...

### Description The removal of the export feature from 2.x flushed out a bug in Poetry's plugin system when Poetry is not running as root. In this situation, Poetry shows...

kind/bug
status/triage

### Description I tried to debug the failing test and I've noticed a different behaviour with python 3.14.0a6 compared to python 3.13.2. With 3.13.2, `env.install` installs poetry-core. ```` (Pdb) InstalledRepository.load(venv).packages...

kind/bug
status/triage

### Description It would be great to get feedback on this issue: https://github.com/NirDiamant/GenAI_Agents/issues/92 I am trying to setup the project but when I execute the poetry command it fails. ###...

kind/bug
status/triage
status/waiting-on-response

### Issue Kind Brand new capability ### Description I'd love to be able to let poetry see both packages installed globally on my computer and packages installed via poetry to...

kind/feature
status/triage

### Description After installing poetry 2.1.x I cannot run commands like "poetry env use ..." or "poetry new ...". I do not have a working "python" in PATH so WindowsApps...

kind/bug
status/triage

- [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [x] I have searched the [documentation](https://python-poetry.org/docs/) and believe that my question...

kind/feature
status/triage