Hi everyone, I've changed my computer and have to ...
# troubleshoot
h
Hi everyone, I've changed my computer and have to locally deploy datahub on it. But I've got some trouble after installation (following https://datahubproject.io/docs/quickstart) When I launch datahub version, I've got this:
Traceback (most recent call last):
File "/home/moustlant/.local/bin/datahub", line 5, in <module>
from datahub.entrypoints import main
File "/home/moustlant/.local/lib/python3.8/site-packages/datahub/entrypoints.py", line 14, in <module>
from datahub.cli.docker_cli import docker
File "/home/moustlant/.local/lib/python3.8/site-packages/datahub/cli/docker_cli.py", line 523, in <module>
def quickstart(
File "/usr/lib/python3/dist-packages/click/decorators.py", line 173, in decorator
_param_memo(f, OptionClass(param_decls, **option_attrs))
File "/usr/lib/python3/dist-packages/click/core.py", line 1601, in __init__
raise TypeError('Got secondary option for non boolean flag.')
TypeError: Got secondary option for non boolean flag.
Problem resolved with this:
python3 -m pip install --update click
m
Thanks for reporting this @happy-baker-8735. Which version of click did you have before?
h
Hi @mammoth-bear-12532, I was on Click 7.0, now on click 8.1.3
a
Hi Mathilde, are you still experiencing the issues on the updated version?
h
Hi @astonishing-answer-96712, since I'm on click 8.1.3, everything works fine.