And Here is the error: ```datahub docker quickstar...
# troubleshoot
d
And Here is the error:
Copy code
datahub docker quickstart
No Datahub Neo4j volume found, starting with elasticsearch as graph service.
To use neo4j as a graph backend, run
`datahub docker quickstart --quickstart-compose-file ./docker/quickstart/docker-compose.quickstart.yml`
from the root of the datahub repo

Fetching docker-compose file <https://raw.githubusercontent.com/datahub-project/datahub/master/docker/quickstart/docker-compose-without-neo4j.quickstart.yml> from GitHub
[2022-08-02 19:01:23,774] ERROR    {datahub.entrypoints:188} - Command failed with [Errno 2] No such file or directory: 'docker-compose'. Run with --debug to get full trace
[2022-08-02 19:01:23,774] INFO     {datahub.entrypoints:191} - DataHub CLI version: 0.8.41.2 at /home/ubuntu/.pyenv/versions/3.9.9/lib/python3.9/site-packages/datahub/__init__.py
[2022-08-02 19:01:23,812] ERROR    {asyncio:1738} - Task exception was never retrieved
future: <Task finished name='Task-2' coro=<retrieve_version_stats() done, defined at /home/ubuntu/.pyenv/versions/3.9.9/lib/python3.9/site-packages/datahub/upgrade/upgrade.py:159> exception=UnboundLocalError("local variable 'current_server_release_date' referenced before assignment")>
Traceback (most recent call last):
  File "/home/ubuntu/.pyenv/versions/3.9.9/lib/python3.9/site-packages/datahub/upgrade/upgrade.py", line 180, in retrieve_version_stats
    ) = server_config_future.result()
  File "/home/ubuntu/.pyenv/versions/3.9.9/lib/python3.9/site-packages/datahub/upgrade/upgrade.py", line 156, in get_server_version_stats
    return (server_type, server_version, current_server_release_date)
UnboundLocalError: local variable 'current_server_release_date' referenced before assignment
g
Hey @delightful-jelly-56633 - this is a bug in our cli tool, and has already been fixed by this PR https://github.com/datahub-project/datahub/pull/5527. We should be releasing a new version of the CLI shortly