Cannot install chromedriver-binary

I am trying to execute a requirement.txt file using: pip install -r requirements.txt Among the requirements that are in this file, there is also chromedriver-binary==99.0.4844.51.0. I get the follo...