-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setuptools 66
breaks conda-build
#4733
Comments
Wonder if we are able to drop |
xref #4443 |
Lol had forgotten that 🤦♂️ |
fixating setuptools helps meanwhile setuptools ==65.5.1 conda-forge/mss-feedstock@6fab5f0 our problem in MSS will be solved after fixing our version string, which has a tailing dot at the end. |
I have currently a follow up problem.
The result is a broken environment. mamba is missing, conda faces inconsistancy. We have to do now.
Maybe this will vanish also when I fixed our version string. |
We need a repodata fix in Please see PR ( conda-forge/boa-feedstock#61 ). In particular comment ( conda-forge/boa-feedstock#61 (comment) ). Help making this change would be welcome :) |
Checklist
What happened?
Setuptools has dropped
pkg_resources.parse_version
legacy behaviour, so it doesn't useLegacyVersion
under the hood anymore. This results in someInvalidVersion
errors in the test suite: #4732See:
LegacySpecifier
andLegacyVersion
pypa/packaging#407Conda Info
Conda Config
Conda list
Additional Context
This affects
conda-smithy rerender
too: conda-forge/conda-forge-pinning-feedstock#3973The text was updated successfully, but these errors were encountered: