You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TASK [angstwad.docker_ubuntu : Clean previous docker-py package if installing docker.] ******************************************************************************
fatal: [host]: FAILED! => {"changed": false, "cmd": ["/usr/local/bin/pip", "uninstall", "-y", "docker-py"], "msg": "\n:stderr: Traceback (most recent call last):\n File \"/usr/local/bin/pip\", line 7, in <module>\n from pip._internal.cli.main import main\n File \"/usr/local/lib/python2.7/dist-packages/pip/__init__.py\", line 1, in <module>\n from typing import List, Optional\nImportError: No module named typing\n"}
From what I can see, people have previously have issued at this task that have been resolved. Unsure what to do, as I have typing installed (see pip list below), and not sure what else the issue is? Sorry if this is a obvious question, I'm pretty new to all of this.
I thought I'd got past this - set my interpreter_python = python3, and it managed to get past this task, but then failed on the next. I reran it (without changing anything) and it's now failed on the task above again, with the error:
fatal: []: FAILED! => {"changed": false, "cmd": ["/usr/local/bin/pip3", "uninstall", "-y", "docker-py"],
"msg": "\n:stderr: Traceback (most recent call last):\n
File \"/usr/local/bin/pip3\", line 7, in <module>\n from pip._internal.cli.main import main\n
File \"/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/main.py\", line 58\n
sys.stderr.write(f\"ERROR: {exc}\")\n
^\nSyntaxError: invalid syntax\n"}
Hi, I'm running into the following problem:
From what I can see, people have previously have issued at this task that have been resolved. Unsure what to do, as I have typing installed (see pip list below), and not sure what else the issue is? Sorry if this is a obvious question, I'm pretty new to all of this.
The text was updated successfully, but these errors were encountered: