Description
1. Pip installing poetry 1.8.0
2. Existing requirement of packaging==21.3 is not updated, since it still fits the requirements
3. poetry export fails with `No module named 'packaging.metadata'`
This is because the metadata module was introduced in release 22.0: https://github.com/pypa/packaging/releases/tag/22.0
Workarounds
Update packaging to 22.0 or greater
Poetry Installation Method
pip
Operating System
Alpine
Poetry Version
1.8.0
Poetry Configuration
cache-dir = "/Users/jgoerner/Library/Caches/pypoetry"
experimental.system-git-client = false
installer.max-workers = null
installer.modern-installation = true
installer.no-binary = null
installer.parallel = true
virtualenvs.create = true
virtualenvs.in-project = null
virtualenvs.options.always-copy = false
virtualenvs.options.no-pip = false
virtualenvs.options.no-setuptools = false
virtualenvs.options.system-site-packages = false
virtualenvs.path = "{cache-dir}/virtualenvs" # /Users/jgoerner/Library/Caches/pypoetry/virtualenvs
virtualenvs.prefer-active-python = false
virtualenvs.prompt = "{project_name}-py{python_version}"
warnings.export = true
Python Sysconfig
No response
Example pyproject.toml
No response
Poetry Runtime Logs
No module named 'packaging.metadata'
Description
Workarounds
Poetry Installation Method
pip
Operating System
Alpine
Poetry Version
1.8.0
Poetry Configuration
Python Sysconfig
No response
Example pyproject.toml
No response
Poetry Runtime Logs
No module named 'packaging.metadata'