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
See
editable_wheel
setuptools>=64
python setup.py develop
Workaround is to set setuptools >= 45, <64 in pyproject.toml
setuptools >= 45, <64
pyproject.toml
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
See
editable_wheel
withsetuptools>=64
scikit-build/scikit-build#981python setup.py develop
work fine scikit-build/scikit-build#1025Workaround is to set
setuptools >= 45, <64
inpyproject.toml
The text was updated successfully, but these errors were encountered: