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
In the past few days, I've observing that installing Python 3.6 in a fresh environment is installing old versions of setuptools and certifi. This has led to some CI builds breaking because pip errors when trying to upgrade this old certifi because it's a distutils package.
I don't get this problem using conda with defaults channel, or using mamba with conda-forge channel. This seems to be something that happens when using conda with conda-forge.
I have some concerns about the dropped Python 3.6 support by conda-forge. Foremost of which is that Python 3.6 doesn't reach end-of-life for two more months. Where is the best place for me to voice those?
Issue:
In the past few days, I've observing that installing Python 3.6 in a fresh environment is installing old versions of setuptools and certifi. This has led to some CI builds breaking because pip errors when trying to upgrade this old certifi because it's a distutils package.
I don't get this problem using
conda
withdefaults
channel, or usingmamba
withconda-forge
channel. This seems to be something that happens when usingconda
withconda-forge
.conda with defaults:
I've observed this on multiple platforms:
ubuntu-latest
withconda-incubator/setup-miniconda
action: logmacos-latest
withconda-incubator/setup-miniconda
action: logThe text was updated successfully, but these errors were encountered: