-
Issue #9034 seems to be still happening in 1.8.2 when installed with Conda. Relevant PR. Commands: conda install --channel=conda-forge --quiet --yes gdal=3.6.4 poetry=1.8.2
poetry install --only=main --no-root
poetry run jupyter nbconvert --debug --execute --inplace --to=notebook sentinel1_water_extraction.ipynb Log of the last command: No module named 'packaging.metadata' Update: Tried to fix by installing the very latest (1.8.3, not yet available from Conda) with pip instead of Conda, but I'm getting the same error. The
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Sounds like a Conda (which we don't maintain) quirk. We properly specify the required packaging version in our metadata. |
Beta Was this translation helpful? Give feedback.
-
FYI, conda-forge has labelled an older build of Poetry 1.8.3 as "broken" on OSX and Linux. There doesn't seem to be any details beyond that, unfortunately. |
Beta Was this translation helpful? Give feedback.
The newer ones don't work either, AFAICT. Reported upstream.