-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
kind/bugSomething isn't working as expectedSomething isn't working as expected
Description
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.0Workarounds
Update packaging to 22.0 or greaterPoetry 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 = truePython Sysconfig
No response
Example pyproject.toml
No response
Poetry Runtime Logs
No module named 'packaging.metadata'Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't working as expectedSomething isn't working as expected