We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Without FTBFS on 15.3, but this looks generic and is fixed after installing setuptools-scm-py
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.
The text was updated successfully, but these errors were encountered:
62bfc8a
No branches or pull requests
Without FTBFS on 15.3, but this looks generic and is fixed after installing
setuptools-scm-py
The text was updated successfully, but these errors were encountered: