Hi together I tryed to setup datahub on my machine...
# getting-started
w
Hi together I tryed to setup datahub on my machine (mac book) and god this error message
l
Hey there 👋 I'm The DataHub Community Support bot. I'm here to help make sure the community can best support you with your request. Let's double check a few things first: 1️⃣ There's a lot of good information on our docs site: www.datahubproject.io/docs, Have you searched there for a solution? Yes button 2️⃣ It's not uncommon that someone has run into your exact problem before in the community. Have you searched Slack for similar issues? Yes button
w
Copy code
datahub docker quickstart                                                                                                             
[2023-05-05 14:13:56,750] INFO     {datahub.cli.quickstart_versioning:144} - Saved quickstart config to /Users/rschult/.datahub/quickstart/quickstart_version_mapping.yaml.
[2023-05-05 14:13:56,752] INFO     {datahub.cli.docker_cli:643} - Using quickstart plan: composefile_git_ref='master' docker_tag='head'
Docker doesn't seem to be running. Did you start it?
and yes docker is running
it looks for me that the datahub cli does not find the docker command
b
Docker needs sudo to run?
w
the docker command itself need sudo rights or the user how start the command?
b
If you need sudo to do any docker commands, it will cause that error message
w
i can execute docker ps for example withoud sudo command
and also start sudo datahub docker quickstart creates the same error
b
w
i am working on Mac, not linux
but i can try
the commands in the doc are typical linux commands not ´valid on macos
the problem is the same if i want to install the sample data with “datahub docker ingest-sample-data”
a
Hi, you might want to double check to ensure docker, python, etc are in your system path
w
Hi docker and pythin are on the system path, otherwise i would not able to call it directly, right?