install.python-poetry.org icon indicating copy to clipboard operation
install.python-poetry.org copied to clipboard

The official Poetry installation script

Results 55 install.python-poetry.org issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/psf/black-pre-commit-mirror: 23.9.1 → 24.8.0](https://github.com/psf/black-pre-commit-mirror/compare/23.9.1...24.8.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.290 → v0.6.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.290...v0.6.7)

The change will detect when `sys.executable` is a relative symlink and avoid copying such symlink, as it would be broken in a new location. UPDATE: Removed python 3.7 from matrix...

# Environment I installed poetry on Centos 7 using the linux installer and python 3.11. # Behaviour After installation, `poetry --version` returned "Poetry (version 1.8.2)". `poetry install` ran successfully on...

Please add poetry to the [winget](https://github.com/microsoft/winget-cli) package manager. Currently, installing poetry requires pasting an install script into a powershell Window, and possibly manually modifying the PATH. This is inconvenient at...

Python 3.8 was installed by Command Line Tools (Xcode) ``` dyld[58557]: Library not loaded: @executable_path/../Python3 Referenced from: /Users/william.venner/Library/Application Support/pypoetry/venv/bin/Python3 Reason: tried: '/Users/william.venner/Library/Application Support/pypoetry/venv/bin/../Python3' (no such file), '/usr/local/lib/Python3' (no such file),...

I've been trying to update my 1.1.13 poetry install to 1.2.2 using the official doc but it failed. ``` PS D:\Downloads>(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | python3 - Retrieving Poetry metadata...

I had an issue installing on both Rocky Linux 8.7 and Ubuntu 20.04 LTS. Where the Official installer was failing to select a version that was available in the repo,...

- [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. - [N/A] If...

bug
external

Related #76 (now closed) Windows Server 2022 Standard. ```powershell PS C:\Users\Administrator> py --version Python 3.10.11 PS C:\Users\Administrator> pip --version pip 23.1.2 from C:\Python310\lib\site-packages\pip (python 3.10) PS C:\Users\Administrator> (Invoke-WebRequest -Uri https://install.python-poetry.org...

on reflection if you're talking specifically about the environment in which poetry is installed by the installer - you could try raising a feature request in https://github.com/python-poetry/install.python-poetry.org it seems plausible...