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

### Issue Kind Change in current behaviour ### Description When the tool.poetry.source section in pyproject.toml is provided as a `[single table]` rather than `[[array of tables]]` the error poetry provides...

kind/feature
status/triage

### Description When using the `poetry init` command to create a new project, the interactive dependency addition step fails to find packages (e.g., `numpy`). However, the poetry add command works...

kind/bug
status/triage

- [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) Poetry version. - [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] If...

kind/bug
area/installer
status/confirmed
version/1.2.1

### Description when adding a local dependency as editable the installation is not following the `package.to` option. to reproduce the issue, please clone this repo: `https://github.com/salembream/editable_bug_poetry_` then test as below...

kind/bug
status/triage

- **Poetry version**: 1.2.2 - **Python version**: 3.9.2 - **OS version and name**:Debian GNU/Linux 11 (bullseye) - **pyproject.toml**: Default config after `poetry init` - see below ``` [tool.poetry] name =...

kind/bug
status/triage

### Description So, I encountered this issue with many packages but the one I am experiencing right now is with `streamlit`. After the dependencies are resolved, it takes ages to...

kind/bug
status/triage

If you have a path dependency and add a dependency to its pyproject.toml file then run `poetry check --lock` it will say everything is OK when it shouldn't be. It...

kind/bug
status/triage

### Issue Kind Change in current behaviour ### Description ``` $ python --version Python 3.12.4 $ poetry --version Poetry (version 1.8.4) ``` For pandas 2.0.1, there is no wheel file...

kind/feature
good first issue

### Description If my project's dependency has a git+ssh dependency (transitive) declared in its pyproject.toml, and my project has the same dependency declared with git+ssh, resolution fails when running `poetry...

kind/bug
status/triage

### Description With poetry show, I can see a package is installed `nvidia-nvjitlink-cu12` I know it is a dependency of another package. To check everything is up to date, I...

kind/bug
status/triage