Python 3.6 already includes pip ( what i do not know is why we do not have this problem when we created the Docker file for first time)
Removed the installation of pip using easy-install" because it cause a conflict with the pip installation included with python 3.6.
Implications:
Now pip should be used as a python module inside the container
uwsgi config file does not need to set the plugin to use, it has been set when installing uwsgi with Python3
Python 3.6 already includes pip ( what i do not know is why we do not have this problem when we created the Docker file for first time) Removed the installation of pip using easy-install" because it cause a conflict with the pip installation included with python 3.6. Implications:
FIXES: https://github.com/ansible/ansible-runner-service/issues/56