-
Notifications
You must be signed in to change notification settings - Fork 740
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
Docker build fails with pip ImportError "cannot import name 'main'" #115
Labels
Comments
muellerberndt
added a commit
that referenced
this issue
Apr 17, 2018
As a workaround I locked pip to version 9.0.1-2. Build now works for me. |
It seems others chose that solution as well, in the other thread.
Earlier today I just removed the pip update line from the dockerfile and
all was well.
Cheers.
…On Tue, Apr 17, 2018 at 12:36 AM Bernhard Mueller ***@***.***> wrote:
As a workaround I locked pip to version 9.0.1-2
<d0a3858>.
Build now works for me.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#115 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEDbpgPHyn8mYt-lWweObNoWoMUn596sks5tpXE5gaJpZM4TVVHr>
.
|
Ok, gonna close this then. |
Did you try to write like pip3 and python3? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Docker build fails with Docker version 17.12.0:
The text was updated successfully, but these errors were encountered: