-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: Bug with Alpine installation #35476
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
Hi, also have a problem for installation in alpine: Fine using pandas==1.0.5: I get :
Using I get :
|
you can try with 1.1 there are no wheels for alpine so you must build from source |
Having the same error when trying to install pandas 1.1.0 |
I also have the same problem. Any news? Edit: Could make it run using 1.0.5 version of pandas |
This is a duplicate of #33315. You would need to patch |
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
(optional) I have confirmed this bug exists on the master branch of pandas.
Note: Please read this guide detailing how to provide the necessary information for us to reproduce your bug.
Code Sample, a copy-pastable example
# Your code here
Problem description
I work on frappe framework and I have
docker-erpnext
to deploy application.When I tried to install pandas library on my linux (alpine) system, I received error:
https://travis-ci.org/github/Monogramm/docker-erpnext/jobs/713250724#L4417
By the way, this library can be installed on debian and debian-slim, but cannot be installed on alpine.
I already checked problem #7512 but it did not helped to me.
Expected Output
Pandas should be installed
Output of
pd.show_versions()
pandas==0.24.2
version of python: 3.7
[paste the output of
pd.show_versions()
here leaving a blank line after the details tag]The text was updated successfully, but these errors were encountered: