While I was installing requirements.txt using: pip install -r requirements.txt
.
I got this error
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/docutils/
ERROR: Could not find a version that satisfies the requirement docutils==0.16 (from versions: none)
ERROR: No matching distribution found for docutils==0.16
I tried downloading docutils alone using the command pip install docutils
but it is still showing the same error. Please suggest some solutions.