Modify the requirements.txt from
urllib3<1.25,>=1.21.1 (1st case) and urllib3<1.25,>=1.20
to
urllib3==1.25
Install the dependencies manually using
pip install -r requirements.txt
Alternatively, you could try this
pip install --upgrade urllib3
Modify the requirements.txt from
urllib3<1.25,>=1.21.1 (1st case) and urllib3<1.25,>=1.20
to
urllib3==1.25
Install the dependencies manually using
pip install -r requirements.txt
Alternatively, you could try this
pip install --upgrade urllib3