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
How to reproduce the behaviour
Install the package offline.
If i try to install the package i always get:
ERROR: Could not find a version that satisfies the requirement setuptools_scm (from versions: none)
ERROR: No matching distribution found for setuptools_scm
Is it possible, that setuptools_scm is missing in the requirements?
Best regards
Chris
Your Environment
Operating System:
Python Version:
Package Version:
The text was updated successfully, but these errors were encountered:
The build uses the setuptools setup_requires kwarg to try to get setuptools_scm available. This has been long known to be a problem and PEP-517/518 came along time ago now to solve this. The fix is simple - I'll post a PR shortly.
jsirois
added a commit
to jsirois/seqeval
that referenced
this issue
Nov 28, 2024
Add declarative build-system requires and build-backend via a new
`pyproject.toml` sibling to the `setup.py` build. Use `pyproject.toml`
`[build-system] requires` in favor of setuptools' `setup_requires`.
Also update the `publish` `setup.py` command hack to use a `Pipenv`
script and modern blessed build and publish tools.
Fixeschakki-works#85
How to reproduce the behaviour
Install the package offline.
If i try to install the package i always get:
ERROR: Could not find a version that satisfies the requirement setuptools_scm (from versions: none)
ERROR: No matching distribution found for setuptools_scm
Is it possible, that setuptools_scm is missing in the requirements?
Best regards
Chris
Your Environment
The text was updated successfully, but these errors were encountered: