-
Notifications
You must be signed in to change notification settings - Fork 3k
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
You should consider upgrading via the 'pip install --upgrade pip' command #8395
Comments
This error seems to originate from the docker image you are building from the specified Dockerfile, and if I understand correctly, not from your system pip. Could you also share the Dockerfile in question? |
yes i'm bulding from Dockerfile, i use this command : docker build -t opencue/rqd -f rqd/Dockerfile and error message appears |
Can you share the Dockerfile as well. If it is available on a VCS, e.g. github, the repo link would be more helpful. |
the Dockerfile is :
|
(Just a tip, you can format the code above. Take a look at Quoting code) I also see that you have already filed an issue against the original repo (AcademySoftwareFoundation/OpenCue#707) and the error occurs on
|
Hi, Code is now formated, effectively error occurs on this line :
|
The failure stack-trace is actually just
The upgrade message is just a suggestion which older pip versions generate so that the user can be notified of upgrading to latest pip, and is not the problem here. I am not sure which version of Also looks like I tried running the command with the
So it might have something to with the pip distributed with centos container as well. |
it's good, i just added : Thanks for your help ! |
Great, you can go ahead and close this ticket. |
Operating System: Debian GNU/Linux 10 (buster)
When i tried to launch this command : sudo docker build -t opencue/rqd -f rqd/Dockerfile .
I have this error message :
I don't understand how i can solve it, pip is up to date and i upgraded pip ...
The text was updated successfully, but these errors were encountered: