-
Notifications
You must be signed in to change notification settings - Fork 44
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
make test
fails on the PIP upgrade command
#378
Comments
I can re-produce this issue on my machine. In the meantime, you can get around this issue, by commenting out the
|
Thank you @nadgowdas for your help with this. Following pretty much what you have done.
|
I ran the command explicitly from inside the ubuntu container, and end up in the same place. Also: One more issue is on Same error message at the end:
Same running the pip upgrade command in container
|
@nadgowdas I have looked at this enough, I think... The net is: You should NOT No wonder a lot of docker people get hit by the same problem. For system packages, the recommended use is: It seem then OK to comment the Let me know if it makes sense to you all as well when you get a chance to look at the pip issue above. That and some neighboring issues have bunch of options they discuss. We can then update the Dockerfile and close. |
After commenting out This flow works on an
goes about 20mins of testing. There are some failing tests, which will be a separate issue. |
The discussion in the comment above is interesting. I guess, we can wait until ubuntu distro supports newer pip version (installed through apt-get install) and we should avoid upgrading it directly through Regarding Ubuntu 18.04, we need to make few more changes to support it. For now, we should work with workaround by commenting out |
I tested with a fresh
|
That explains why travis builds still work. |
Yup, pip is to be installed via apt, and then version be locked to 9.0.1 |
Description
The call for
make test
fails within the docker step forpip install--upgrade pip
. TravisCI should be modified to utilize the steps in theMakefile
so the testing environment is reproducible in both CI and user workstations.How to Reproduce
Log Output
Debugging Commands Output
Output of
docker version
:Output of
docker info
:Output of
python --version
:Output of
pip freeze
:The text was updated successfully, but these errors were encountered: