-
Notifications
You must be signed in to change notification settings - Fork 19
Dependency issue during installation. #34
Description
Getting the following error during installation process:
!pip install --upgrade tensorflow-model-remediation
!pip install --upgrade fairness-indicators
ERROR: Cannot install fairness-indicators==0.1.1, fairness-indicators==0.1.2, fairness-indicators==0.23.0, fairness-indicators==0.23.1, fairness-indicators==0.24.0, fairness-indicators==0.25.0, fairness-indicators==0.26.0, fairness-indicators==0.26.1, fairness-indicators==0.27.0, fairness-indicators==0.28.0, fairness-indicators==0.29.0, fairness-indicators==0.30.0 and fairness-indicators==0.30.1 because these package versions have conflicting dependencies.
The conflict is caused by:
fairness-indicators 0.30.1 depends on tensorflow-data-validation<0.31 and >=0.30
fairness-indicators 0.30.0 depends on tensorflow-data-validation<0.31 and >=0.30
fairness-indicators 0.29.0 depends on tensorflow-data-validation<0.30 and >=0.29
fairness-indicators 0.28.0 depends on tensorflow-data-validation<0.29 and >=0.28
fairness-indicators 0.27.0 depends on tensorflow-data-validation<0.28 and >=0.27
fairness-indicators 0.26.1 depends on tensorflow-data-validation<0.27 and >=0.26.1
fairness-indicators 0.26.0 depends on tensorflow-data-validation<0.27 and >=0.26
fairness-indicators 0.25.0 depends on tensorflow-data-validation<0.26 and >=0.25
fairness-indicators 0.24.0 depends on tensorflow-data-validation<0.25 and >=0.24
fairness-indicators 0.23.1 depends on tensorflow-data-validation<0.24 and >=0.23
fairness-indicators 0.23.0 depends on tensorflow-data-validation<0.24 and >=0.23
fairness-indicators 0.1.2 depends on tensorflow-data-validation<1 and >=0.15.0
fairness-indicators 0.1.1 depends on tensorflow-data-validation<1 and >=0.15.0
To fix this you could try to:
- loosen the range of package versions you've specified
- remove package versions to allow pip attempt to solve the dependency conflict