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
```



[ 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