-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Versions from 0.23.4 to 0.25.1 fail to install on Alpine Linux #28174
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
Comments
How are you installing pandas and what's the full output? |
pip install pandas==0.25.1
|
I think this is a duplicate of #22668 so closing; let's migrate any required conversation to that existing issue |
This may be different from #22668 (though fixing that would solve this). You should be able to install from source on alpine, you just need to ensure you have a build environment ready (compilers, Cython and numpy). @vrumjantsev what version of pip and what's the output of |
@TomAugspurger pip 19.2.3
|
And does |
Hard to say what's going on then. Let us know if you're able to debug things. |
Problem description
already have installed numpy==1.17.1
but installation of pandas > 0.23.4 fails with
The text was updated successfully, but these errors were encountered: