Closed lesteve closed 2 years ago
Argh! Thanks for the report @lesteve. That seems like a clear oversight in the Pip PR that introduced this behavior. A pin sounds right as a workaround, I'll go ask for a fix in Pip itself.
pip 22.1.1 has been released with the fix from https://github.com/pypa/pip/commit/30af8074bf83d41a9dacdcd13fb6ca982856032d. Closing this one, thanks a lot for reporting the issue in the pip issue tracker!
pyproject.toml
when using--no-build-isolation
issue and PRoldest-supported-numpy
in ourpyproject.toml
build requirements as advised in your README. I am guessing this is the case for a number of other projects (e.g. pandas does something similar)pip install --no-build-isolation .
will error with a message like this:--no-build-isolation
)Any suggestions on how to handle the situation nicely would be more than welcome! As a short-term fix, we have pinned pip to 22.0.4.
To reproduce with scikit-learn:
Error