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
The following error message appears when building the python wheel. It is non-fatal and the package build can continue, but we should still fix it.
* Building wheel...
<string>:7: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml does not contain a tool.setuptools_scm section'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/setuptools_scm/_integration/pyproject_reading.py", line 36, in read_pyproject
section = defn.get("tool", {})[tool_name]
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
KeyError: 'setuptools_scm'
The text was updated successfully, but these errors were encountered:
musicinmybrain
added a commit
to musicinmybrain/openstep-plist
that referenced
this issue
Dec 7, 2024
The following error message appears when building the python wheel. It is non-fatal and the package build can continue, but we should still fix it.
The text was updated successfully, but these errors were encountered: