-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: Failure to build 1.3.1
on Docker image
#42745
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
What is your python version and hardware(it looks like you are on x86_64)? |
This all is run on docker on x86_64 machines. They all based on debian buster images and the version of python is 3.7.3 |
I forgot to ask, but what's your pip version? We recently upgraded our wheels to manylinux2014 and it looks like you're not able to install our wheels for some reason(maybe because your pip version is out of date, right now, pip is falling back to compiling from source I think). |
pip version
I updated pip to the newest version( Thanks for the help anyways. I don't work with python a lot so I never would have thought that pip might be at fault here. |
No problem. I think we might be able to update our docs to specify the minimum version of pip needed to install pandas(19.3 is required I think). |
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.
Code Sample, a copy-pastable example
Docker image file
Requirments file
Command to run
docker build --file Dockerfile --tag test-image:latest .
Problem description
We have been using a similar docker image(retracted the unrelated parts) with pandas version
1.3.0
so far with no problems.When the version changed to
1.3.1
we are getting compile errors, and since the only variable that changed is pandas version, I have to assume it's problem with that.Dropping the version back to
1.3.0
fixes the problem and everything works correctly.Expected Output
Expected no output except the fact that install was a success
Actually got
The text was updated successfully, but these errors were encountered: