Closed rga-coding closed 8 months ago
Duplicate of #9029
@abn I have Uninstalled poetry like this curl -sSL https://install.python-poetry.org | python3 - --uninstall and installed it back like this curl -sSL https://install.python-poetry.org | python3 -
When I do poetry self update it still installs packaging 23.0 instead of 23.1 Like it says is the MR https://github.com/python-poetry/poetry/pull/9032/files
Am I doing something wrong?
Does pipx install poetry
perform any better?
Am I doing something wrong?
I don't think so, this is likely because poetry when updating is locking the version to 23.0.
Does
pipx install poetry
perform any better?
I can't use pipx, the server is bein managed by someone else. I can't just install packages.
You can install pipx into user site by python -m pip install --user pipx
.
You can alternatively go the virtual environment poetry is installed in, typically in ~/.local/share/pypoetry/venv
, and then ./bin/python -m pip install -U packaging
.
The issue should go away with the next patch release.
I'm still getting this error with poetry 1.8.1
@mickeykkim you'll need to give a lot more details for us to be able to try to reproduce your problem, how are you attempting to install poetry?
After updating my poetry lockfile, my problem has been fixed. Apologies.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Description
Workarounds
Poetry Installation Method
pipx
Operating System
unix
Poetry Version
1.8.0
Poetry Configuration
Python Sysconfig
No response
Example pyproject.toml
No response
Poetry Runtime Logs