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 I last built `pandas-stubs` with `poetry` on 7/3/2025. No problem. Tried to do a build today, and some packages were updated, and now I get the message "pandas-stubs...

kind/bug
status/triage

### Description Since I use PyTorch, I have a configuration for extras in a set that enable my users to select on which driver by the extra. Click to expand...

kind/bug
status/triage

This PR introduces validation for user input values during the `poetry init` command. It uses the rules defined in the [project-schema.json](https://github.com/python-poetry/poetry-core/blob/002aa3e16f98d21645bb9a45f698b55adc40f317/src/poetry/core/json/schemas/project-schema.json#L10C1-L14C7) schema. These rules are already enforced when running the...

### Description I'm using vscode v. 1.102.3. When I add the `ipykernel` and I use the interactive window it just says "connection closed". I have tried without poetry i.e just...

kind/bug
status/triage

### Description On Windows, defining a script under `[project.scripts]` (importantly, not under `[tool.poetry.scripts]`), and invoking it with `poetry run myscript` while the PATH environment variable is near or over ~8192...

kind/bug
status/triage

### Description When i do: 1. `docker exec -it name bash` 2. `poetry completions bash >> ~/.bash_completion` 3. `source ~/.bash_completion` Then pressing tab once shows this outout: ``` root@9df555d37a73:/app# poetry...

kind/bug
status/triage

### Description After uninstalling and installing poetry I want to add poetry-plugin-shell to my "main" poetry, but I get an error message claiming poetry-plugin-shell is already present in the pyproject.toml....

kind/bug
status/triage

### Description PyPy installs a few packages required for operation that are normally on PyPI into its stdlib folder. These are `cffi`, `greenlet`, `hpy`, and `readline`. In the latest release...

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 [FAQ](https://python-poetry.org/docs/faq/) and general [documentation](https://python-poetry.org/docs/) and believe...

kind/feature
status/triage

### Description I have a poetry project which is using local python packages as dev dependencies, which therefore are part of the lock file. When I deploy the project using...

kind/bug
status/triage