> This is an issue related to click==6.7
> 
> To fix, I installed click==6.7 by editing the Docker file:
> 
> ```dockerfile
> RUN pip install -e . --no-cache-dir  && pip install -r requirements-dev.txt 
> --no-cache-dir 
> #add this too
> RUN pip install click==6.7
> ```
> 
> of course, The permanent solution is to edit requirements.txt and setup.py to 
> add this dependency.

@abshammeri Thanks! You are awesome!

 In addition to `RUN pip install click==6.7`, I added the parameter `--user` 
like so
`RUN pip install click==6.7 --user`

[ Full content available at: 
https://github.com/apache/incubator-superset/issues/5987 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to