You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solution to issue cannot be found in the documentation.
I checked the documentation.
Issue
From this commit, zipp 3.16.0 is no longer compatible with Python 3.7. It looks like setup.cfg was updated to say that the package requires Python 3.8 or later, but the conda-forge feedstock recipe/meta.yaml has not yet been updated to say that.
Solution to issue cannot be found in the documentation.
Issue
From this commit, zipp 3.16.0 is no longer compatible with Python 3.7. It looks like
setup.cfg
was updated to say that the package requires Python 3.8 or later, but the conda-forge feedstock recipe/meta.yaml has not yet been updated to say that.As a result, zipp and any other conda-forge packages that depend on zipp (such as tox > pluggy > importlib_metadata) that are installed in a python 3.7 conda environment will pull the latest zipp 3.16.0 and error out on import. Here is a test example: https://github.com/rly/actions-scratch/actions/runs/5503313260/jobs/10028390057
I think, in
recipe/meta.yaml
, the lower bound of python should be changed from 3.7 to 3.8.Installed packages
Environment info
The text was updated successfully, but these errors were encountered: