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 Our project depends on some library `A` which has extra path dependency. We compile wheels for linux and windows and publish its to local pypi. When we try...

kind/bug
area/installer
status/triage
area/windows
area/deps

# Pull Request Check List Resolves: #9510 - [x] Added **tests** for changed code. - [x] Updated **documentation** for changed code.

### Description When I run poetry shell command, it does not activate the virtual environment although it says so. ![image](https://github.com/user-attachments/assets/ab754dac-0df0-43ad-81c8-fe389b9e02e4) I am on WSL2 Ubuntu 24.04 ### Workarounds Activating the...

kind/bug
status/triage
area/shell

# Pull Request Check List Resolves: #9618 - [ ] Added **tests** for changed code. - [ ] Updated **documentation** for changed code.

### Issue Kind Brand new capability ### Description Hi. As mentioned in this [Test Suite Cleanup](https://github.com/python-poetry/poetry/issues/3155) issue, there might be some code needing coverage, yet running `poetry run pytest` doesn't...

kind/feature
status/triage

### Description Running poetry lock will hang forever without any indication of why. Running poetry lock -vvv shows ssh's interactive prompt, e.g. ``` The authenticity of host 'github.com (140.82.116.4)' can't...

kind/bug
area/installer
status/triage
area/sources

# Pull Request Check List Resolves: [#discussion-6739305](https://github.com/orgs/python-poetry/discussions/9447#discussion-6739305) - [x] Added **tests** for changed code. - [x] Updated **documentation** for changed code. --- This PR adds a `--package-mode` option (defaults to...

### Description Using `pyproject.toml` like this: ```toml [tool.poetry] name = "poetry-sandbox" version = "0.1.0" description = "" authors = ["rinaldv"] readme = "README.md" [tool.poetry.dependencies] python = "^3.10" burr = {extras...

kind/bug
status/triage

# Pull Request Check List Resolves: #3527 - [ ] Added **tests** for changed code. - [ ] Updated **documentation** for changed code. # My comments I have tried to...

### Issue Kind Other ### Description One of the dependencies in my project comes from a private repository. I have git's _credential.helper_ set to _cache_, and sometimes credentials in cache...

kind/feature
status/triage