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

Refactor from setup to pyproject.toml #8

Closed
prjemian opened this issue Feb 8, 2024 · 0 comments · Fixed by #9
Closed

Refactor from setup to pyproject.toml #8

prjemian opened this issue Feb 8, 2024 · 0 comments · Fixed by #9
Labels
bug Something isn't working

Comments

@prjemian
Copy link
Owner

prjemian commented Feb 8, 2024

While working on PR #7, this was reported in the CI:

2024-02-08T05:40:10.5804752Z   /tmp/pip-build-env-4ym2k1aw/overlay/local/lib/python3.10/dist-packages/setuptools_scm/_integration/setuptools.py:30: RuntimeWarning:
2024-02-08T05:40:10.5807135Z   ERROR: setuptools==59.6.0 is used in combination with setuptools_scm>=8.x
2024-02-08T05:40:10.5808342Z 
2024-02-08T05:40:10.5809770Z   Your build configuration is incomplete and previously worked by accident!
2024-02-08T05:40:10.5811379Z   setuptools_scm requires setuptools>=61
2024-02-08T05:40:10.5812417Z 
2024-02-08T05:40:10.5814098Z   Suggested workaround if applicable:
2024-02-08T05:40:10.5816522Z    - migrating from the deprecated setup_requires mechanism to pep517/518
2024-02-08T05:40:10.5817706Z      and using a pyproject.toml to declare build dependencies
2024-02-08T05:40:10.5819251Z      which are reliably pre-installed before running the build tools
@prjemian prjemian added the bug Something isn't working label Feb 8, 2024
prjemian added a commit that referenced this issue Feb 8, 2024
prjemian added a commit that referenced this issue Feb 8, 2024
prjemian added a commit that referenced this issue Feb 8, 2024
prjemian added a commit that referenced this issue Feb 8, 2024
prjemian added a commit that referenced this issue Feb 8, 2024
prjemian added a commit that referenced this issue Feb 8, 2024
prjemian added a commit that referenced this issue Feb 8, 2024
prjemian added a commit that referenced this issue Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant