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

- **Poetry version**: Current version is 1.4.0, but it has happened to me multiple times when updating poetry - **Python version**: System Python is 3.10.5 - **OS version and name**:...

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

- **Poetry version**: 1.4.0 - **Python version**: 3.11.2 - **OS version and name**: Windows 11 Pro - **pyproject.toml**: see bellow - [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) stable Poetry version,...

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

```bash Poetry Version: 1.4.0 Python: 3.10.4 Virtualenv Python: 3.10.4 Implementation: CPython Path: /home/codespace/.cache/pypoetry/virtualenvs/example-p6HmNsBj-py3.10 Executable: /home/codespace/.cache/pypoetry/virtualenvs/example-p6HmNsBj-py3.10/bin/python Valid: True System Platform: linux OS: posix Python: 3.10.4 Path: /usr/local/python/3.10.4 Executable: /usr/local/python/3.10.4/bin/python3.10 ``` -...

kind/bug
area/build-system
status/triage

while working on a poetry plugin, `poetry-plugin-freeze` that adds a wheel post processing command for freezing dependencies specifications in metadata (Ala Requires-Dist) out of the lock file, we noticed an...

kind/bug
area/publishing
status/triage

- **Poetry version**: 1.4.2 - **Python version**: 3.11.3 - **OS version and name**: Fedora 37 - **pyproject.toml**: https://gist.github.com/mirekdlugosz/f5d93f7b5a907acf7e448a0fdc9fdc65 - [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) stable Poetry version, installed using...

kind/bug
status/triage
area/deps

`poetry add git+https://github.com/mesonbuild/meson.git` does not work on Windows, because it tries to create a symlink. However, I can git clone this repository with no problems, and I can install it...

kind/bug
status/triage
area/windows
area/vcs

- **Poetry version**: 1.4.2 - **Python version**: 3.11.1 - **OS version and name**: Windows 10; 19044.2846 - **pyproject.toml**: N/A - [ x ] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) stable Poetry...

kind/bug
area/plugin-api
status/triage

- **Poetry version**: 1.4.2 - **Python version**: 3.10.6 - **OS version and name**: Ubuntu 22.04.2 LTS (running in a docker image based on this) - **pyproject.toml**: https://gist.github.com/rohanp-eiq/3171fb1561994642b2580313b1939a29 - [x] I...

kind/bug
area/solver
status/triage

- **Poetry version**: 1.4.2 - **Python version**: 3.10.9 - **OS version and name**: macOs 13.3.1 - **pyproject.toml**: https://gist.github.com/d-tw/f5905245a05332aba77bfbf1601edde3 - [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) stable Poetry version, installed using...

kind/bug
area/core
status/triage
area/deps

## Issue When I run "poetry self uinstall" on windows I get the following error message: ``` Traceback (most recent call last): File "C:\Users\tsara\AppData\Roaming\pypoetry\venv\lib\site-packages\cleo\application.py", line 327, in run exit_code =...

kind/bug
status/triage
area/distribution