Hi, so I tried installing on a different server an...
# troubleshoot
m
Hi, so I tried installing on a different server and got this:
Copy code
# python3 -m datahub docker quickstart
/usr/local/lib/python3.6/site-packages/datahub/__init__.py:23: FutureWarning: DataHub will require Python 3.7 or newer in a future release. Please upgrade your Python version to continue using DataHub.
  FutureWarning,
[2022-08-29 13:44:30,077] ERROR    {datahub.entrypoints:189} - Command failed with 'DockerClient' object has no attribute 'close' In Docker SDK for Python 2.0, this method is now on the object APIClient. See the low-level API section of the documentation for more details.. Run with --debug to get full trace
[2022-08-29 13:44:30,077] INFO     {datahub.entrypoints:192} - DataHub CLI version: 0.8.43 at /usr/local/lib/python3.6/site-packages/datahub/__init__.py
python3 is 3.6.8
b
not familiar with this Python error, but if you just want to do a quickstart for datahub, there is a slightly harder way: download this file: https://github.com/datahub-project/datahub/blob/master/docker/quickstart/docker-compose-without-neo4j.quickstart.yml then run
docker-compose -p datahub -f <file-here> up -d
the quickstart cli command basically does the docker-compose command under the hood
m
@better-orange-49102 the current versions of the datahub quickstart already does the download step for you and drops it into the
~/.datahub/quickstart
directory
@magnificent-petabyte-23245: would recommend you move to a Python that is 3.7+ as we have dropped official support for 3.6