-
Notifications
You must be signed in to change notification settings - Fork 280
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
Error on build docker image: unable to collect setuptools #845
Comments
+1 on this one |
The following solution solves the problem. In a dockerfile Place:
Above:
It needs to be like this:
|
It works on develop branch and does not work on master, anyway thanks for help |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got an error on building latest docker image with yandex-tank:
Steps to reproduce:
cd docker/
docker build .
Possible fix:
get-pip.py
script fromhttps://bootstrap.pypa.io/
using a python2 interpreter.The text was updated successfully, but these errors were encountered: