-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Version 2018.11.26 install in docker-compose build process fails the first try, then succeeds #3359
Comments
i've seen this a bunch recently -- can you run this with |
We would prefer not to share the verbose output publicly, if possible. I'm looking to see if I can recreate it on a personal project. If not, maybe I can send the output to someone directly? |
This is fixed in #3298 I believe, do feel free to test out the master branch and let me know if you have any issues closing for now, thanks for your patience |
Seeing one issue, for This is what I have in Pipfile for that package:
This works on
|
@pcraciunoiu are you using docker? Can you provide the relevant file(s)? |
Yes, it's inside docker. I cannot provide the entire thing, but what relevant files are you looking for?
This is the start of the image:
However, ssh into the container and running
Sample Pipfile:
Hope that helps. Let me know what else you need. |
That’s perfect thank you. Just want enough to reproduce / test with |
Reopening until I can re-test |
Using the above pipfile and dockerfile and a wheel built from the master branch, this is now working without any issue for me. Thanks for the reproducible test case |
Issue description
Our Dockerfile has the following line:
And this:
Up through pipenv version 2018.11.14, there was no issue. However, in the latest version (2018.11.26), all (or perhaps most) of the libraries specified in the Pipfile fail to install the first time and then are installed successfully at the end.
Expected result
I expect the libraries to install correctly the first time as they do with pipenv versions less than 2018.11.26.
Actual result
The text was updated successfully, but these errors were encountered: