hello guys, I am unable to install acryl-datahub[a...
# troubleshoot
a
hello guys, I am unable to install acryl-datahub[airflow] . I am getting this message for various dependencies:
Copy code
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See <https://pip.pypa.io/warnings/backtracking> for guidance. If you want to abort this run, press Ctrl + C.
It's been always failing, I've tried some different versions. I am using a fresh docker image of python3.10-slim. Any ideas?
g
Hi @agreeable-belgium-70840 try the pip install command with option
--use-deprecated=legacy-resolver
a
that worked, thanks