Regression: pip wheel pandas
does not work any more with pandas 0.19.0
#14677
Labels
Build
Library building on various platforms
A small, complete example of the issue
Setup
The issue
One cannot use
pip wheel
to build pandas 0.19.0 and higher:Expected Output
With pandas 0.18 it is possible to build a wheel using
pip wheel
Discussion
I believe that this is due to Pandas not spelling out all of its build-time-requirements (like Cython) in the
setup_requires
section.The text was updated successfully, but these errors were encountered: