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

lazy-object-proxy-py missing BDep on setuptools_scm #1219

Closed
dhomeier opened this issue Feb 17, 2025 · 0 comments
Closed

lazy-object-proxy-py missing BDep on setuptools_scm #1219

dhomeier opened this issue Feb 17, 2025 · 0 comments

Comments

@dhomeier
Copy link
Contributor

Without FTBFS on 15.3, but this looks generic and is fixed after installing setuptools-scm-py

/opt/sw4/bin/python3.10 setup.py build_ext --include-dirs=/opt/sw4/include --library-dirs=/opt/sw4/lib
/opt/sw4/lib/python3.10/site-packages/setuptools/installer.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer.
  warnings.warn(
WARNING: The wheel package is not available.
/opt/sw4/bin/python3.10: No module named pip
Traceback (most recent call last):
  File "/opt/sw4/lib/python3.10/site-packages/setuptools/installer.py", line 82, in fetch_build_egg
    subprocess.check_call(cmd)
  File "/opt/sw4/lib/python3.10/subprocess.py", line 369, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/opt/sw4/bin/python3.10', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/private/tmp/tmpcrbxxrgt', '--quiet', 'setuptools_scm>=3.3.1']' returned non-zero exit status 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant