careful-france-26343
10/25/2022, 5:46 PMpython3 -m datahub version, I get the following error:
Traceback (most recent call last):
File "/usr/lib/python3.8/runpy.py", line 192, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.8/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/ubuntu/.local/lib/python3.8/site-packages/datahub/__main__.py", line 1, in <module>
from datahub.entrypoints import main
File "/home/ubuntu/.local/lib/python3.8/site-packages/datahub/entrypoints.py", line 13, in <module>
from datahub.cli.delete_cli import delete
File "/home/ubuntu/.local/lib/python3.8/site-packages/datahub/cli/delete_cli.py", line 123, in <module>
type=click.DateTime(),
AttributeError: module 'click' has no attribute 'DateTime'quiet-wolf-56299
10/25/2022, 6:36 PMcareful-france-26343
10/25/2022, 8:24 PMTraceback (most recent call last):
File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/home/ubuntu/.local/lib/python3.9/site-packages/datahub/__main__.py", line 1, in <module>
from datahub.entrypoints import main
File "/home/ubuntu/.local/lib/python3.9/site-packages/datahub/entrypoints.py", line 13, in <module>
from datahub.cli.delete_cli import delete
File "/home/ubuntu/.local/lib/python3.9/site-packages/datahub/cli/delete_cli.py", line 123, in <module>
type=click.DateTime(),
AttributeError: module 'click' has no attribute 'DateTime'gray-shoe-75895
10/25/2022, 10:25 PMpip install --upgrade click - I believe we require 7.1.2, and the acryl-datahub dependency list is incorrectcareful-france-26343
10/26/2022, 12:17 AMubuntu@ip-192-170-9-44:~$ sudo systemctl status docker
● docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendo
Active: active (running) since Wed 2022-10-26 00:15:36 UTC; 6s ago
Docs: <https://docs.docker.com>
Main PID: 13364 (dockerd)
Tasks: 9
CGroup: /system.slice/docker.service
└─13364 /usr/bin/dockerd -H fd:// --containerd=/run/contai
Oct 26 00:15:36 ip-192-170-9-44 dockerd[13364]: time="2022-10-26T00:
Oct 26 00:15:36 ip-192-170-9-44 dockerd[13364]: time="2022-10-26T00:
Oct 26 00:15:36 ip-192-170-9-44 dockerd[13364]: time="2022-10-26T00:
Oct 26 00:15:36 ip-192-170-9-44 dockerd[13364]: time="2022-10-26T00:
Oct 26 00:15:36 ip-192-170-9-44 dockerd[13364]: time="2022-10-26T00:
Oct 26 00:15:36 ip-192-170-9-44 dockerd[13364]: time="2022-10-26T00:
Oct 26 00:15:36 ip-192-170-9-44 dockerd[13364]: time="2022-10-26T00:
Oct 26 00:15:36 ip-192-170-9-44 dockerd[13364]: time="2022-10-26T00:
Oct 26 00:15:36 ip-192-170-9-44 systemd[1]: Started Docker Applicati
Oct 26 00:15:36 ip-192-170-9-44 dockerd[13364]: time="2022-10-26T00:
lines 1-19/19 (END)
ubuntu@ip-192-170-9-44:~$ python3.9 -m datahub docker quickstart
Unable to run quickstart:
- Docker doesn't seem to be running. Did you start it?quiet-wolf-56299
10/26/2022, 12:19 AMcareful-france-26343
10/26/2022, 12:59 AMquiet-wolf-56299
10/26/2022, 1:04 AMcareful-france-26343
10/26/2022, 1:17 AMquiet-wolf-56299
10/26/2022, 1:17 AMcareful-france-26343
10/26/2022, 1:56 AMcareful-france-26343
10/26/2022, 1:56 AMgray-shoe-75895
10/27/2022, 3:43 AM/var/run/docker.sock on your filesystem?