Skip to content
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

Update to setuptools>=61 #590

Merged
merged 1 commit into from
May 7, 2024
Merged

Conversation

pjonsson
Copy link
Contributor

@pjonsson pjonsson commented Apr 9, 2024

I don't know anything about setuptools_scm,
but a failed CI run output this in the log:

ERROR: setuptools==59.6.0 is used in combination with setuptools_scm>=8.x

Your build configuration is incomplete and previously worked by accident! setuptools_scm requires setuptools>=61

       Suggested workaround if applicable:
        - migrating from the deprecated setup_requires mechanism to pep517/518 and using a pyproject.toml to declare build dependencies which are reliably pre-installed before running the build tools

so require setuptools>=61 and setuptools_scm >=8.


📚 Documentation preview 📚: https://datacube-explorer--590.org.readthedocs.build/en/590/

I don't know anything about setuptools_scm,
but a failed CI run output this in the log:

ERROR: setuptools==59.6.0 is used in combination with setuptools_scm>=8.x

Your build configuration is incomplete and previously worked by accident!
setuptools_scm requires setuptools>=61

       Suggested workaround if applicable:
        - migrating from the deprecated setup_requires mechanism to pep517/518
          and using a pyproject.toml to declare build dependencies
          which are reliably pre-installed before running the build tools

so require setuptools>=61 and setuptools_scm >=8.
@omad omad merged commit 3397464 into opendatacube:develop May 7, 2024
6 checks passed
@pjonsson pjonsson deleted the update-setuptools branch May 8, 2024 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants