Skip to content
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

resolve pip upgrade error after pip fixed it! #1

Closed
Escapingbug opened this issue Aug 17, 2018 · 3 comments
Closed

resolve pip upgrade error after pip fixed it! #1

Escapingbug opened this issue Aug 17, 2018 · 3 comments

Comments

@Escapingbug
Copy link
Owner

pypa/pip#5599

@CCbird
Copy link

CCbird commented Aug 17, 2018

Fix the pip update:

RUN pip install -U pip
RUN echo 'from pip import main' > /usr/bin/pip
RUN echo 'if name == 'main':' >> /usr/bin/pip
RUN echo ' sys.exit(main._main())' >> /usr/bin/pip

@Escapingbug
Copy link
Owner Author

Can you give me a pull request on how to fix that exactly? Alghough im not sure this is permanent fix.. Or can you adjust the docker file to remove the update part and test it for me? I'm right now a little bit busy on this one, and my network is too slow to test..

@Escapingbug
Copy link
Owner Author

@CCbird

Escapingbug pushed a commit that referenced this issue Dec 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants