OpenPathView / OPV_Ansible

GNU General Public License v3.0
0 stars 1 forks source link

No setuptools found in remote host, please install it first. #47

Closed zyioump closed 5 years ago

zyioump commented 5 years ago

Error while installing brand new container at task

TASK [base : Update pip, wheel and setuptools]

The full traceback is:
WARNING: The below traceback may *not* be related to the actual failure.
  File "/tmp/ansible_pip_payload_ZF8TyE/__main__.py", line 240, in <module>
    from pkg_resources import Requirement

failed: [worker0] (item=['pip', 'wheel', 'setuptools']) => {
    "changed": false,
    "invocation": {
        "module_args": {
            "chdir": null,
            "editable": false,
            "executable": null,
            "extra_args": "--upgrade",
            "name": [
                "pip",
                "wheel",
                "setuptools"
            ],
            "requirements": null,
            "state": "latest",
            "umask": null,
            "use_mirrors": true,
            "version": null,
            "virtualenv": "/home/opv/venvs/opv",
            "virtualenv_command": "pyvenv",
            "virtualenv_python": null,
            "virtualenv_site_packages": false
        }
    },
    "item": [
        "pip",
        "wheel",
        "setuptools"
    ],
    "msg": "No setuptools found in remote host, please install it first."
}