data
data copied to clipboard
urllib3 version issues when install via `python setup.py develop`
When running python setup.py develop
(after having already gone through the installation) I get:
error: urllib3 2.0.0a3 is installed but urllib3<1.27,>=1.21.1 is required by {'requests'}
but in the requirements file we have: urllib3 >= 1.25.
Originally posted by @SvenDS9 in https://github.com/pytorch/data/issues/1053#issuecomment-1446459395