poetry
poetry copied to clipboard
Python packaging and dependency management made easy
- **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**:...
- **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,...
```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 ``` -...
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...
- **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...
`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...
- **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...
- **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...
- **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...
## 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 =...