I tried to install as pip install face-compare but got this error.
The conflict is caused by:
face-compare 1.0.1 depends on tensorflow==2.3.0
face-compare 1.0.0 depends on tensorflow
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies```
Anyone knows how to fix it?
I tried to install as
pip install face-comparebut got this error.