https://kedro.org/ logo
#beginners-need-help
Title
# beginners-need-help
a

Apoorva

10/01/2021, 2:10 PM
Hey All, I am new to Kedro, One of my pipeline needs mlflow and I have added the same in requirements.in but getting below error. I have tried different version of click but its still complaining. Any suggestion? ```kedro install --build-reqs 2021-10-01 14:55:57,550 - root - INFO - Registered CLI hooks from 1 installed plugin(s): kedro-telemetry-0.1.2 Kedro-Telemetry is installed, but you have opted out of sharing usage analytics so none will be collected. /Users/ap/opt/anaconda3/bin/python -m piptools compile -q /Users/ap/Documents/EM/em-pipeline/src/requirements.in Could not find a version that matches click<8.0,=7.0,>=7.1.2,>=8.0.1 (from -r /Users/ap/Documents/EM/em-pipeline/src/requirements.in (line 33)) Tried: 0.1, 0.1, 0.2, 0.2, 0.3, 0.3, 0.4, 0.4, 0.5, 0.5, 0.5.1, 0.5.1, 0.6, 0.6, 0.7, 0.7, 1.0, 1.0, 1.1, 1.1, 2.0, 2.0, 2.1, 2.1, 2.2, 2.2, 2.3, 2.3, 2.4, 2.4, 2.5, 2.5, 2.6, 2.6, 3.0, 3.0, 3.1, 3.1, 3.2, 3.2, 3.3, 3.3, 4.0, 4.0, 4.1, 4.1, 5.0, 5.0, 5.1, 5.1, 6.0, 6.0, 6.1, 6.1, 6.2, 6.2, 6.3, 6.3, 6.4, 6.4, 6.5, 6.6, 6.6, 6.7, 6.7, 7.0, 7.0, 7.1, 7.1, 7.1.1, 7.1.1, 7.1.2, 7.1.2, 8.0.0, 8.0.0, 8.0.1, 8.0.1 Skipped pre-versions: 6.7.dev0, 8.0.0a1, 8.0.0a1, 8.0.0rc1, 8.0.0rc1 There are incompatible versions in the resolved dependencies: click<8.0 (from -r /Users/ap/Documents/EM/em-pipeline/src/requirements.in (line 33)) click-r /Users/ap/Documents/EM/em-pipeline/src/requirements.in (line 9)) click-r /Users/ap/Documents/EM/em-pipeline/src/requirements.in (line 8)) click>=7.1.2 (from black==21.5b1->-r /Users/ap/Documents/EM/em-pipeline/src/requirements.in (line 1)) click=8.0.1 (from sparkmon==0.1.0->-r /Users/ap/Documents/EM/em-pipeline/src/requirements.in (line 44)) click>=7.0 (from mlflow==1.20.2->-r /Users/ap/Documents/EM/em-pipeline/src/requirements.in (line 45))