Answer the question
In order to leave comments, you need to log in
How to resolve installation error via pip on ubuntu 20.04?
When installing any library via pip, an error occurs:
$ pip install NumPy
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/numpy/
WARNING: Retrying (Retry(total=3, 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/numpy/
WARNING: Retrying (Retry(total=2, 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/numpy/
WARNING: Retrying (Retry(total=1, 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/numpy/
WARNING: Retrying (Retry(total=0, 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/numpy/
ERROR: Could not find a version that satisfies the requirement NumPy (from versions: none)
ERROR: No matching distribution found for NumPy
Answer the question
In order to leave comments, you need to log in
Understood the problem.
Solutions 1.
Contact the networkers and find out the MTU for which they have. Then rewrite the settings in unix.
Example:
ip link set eth0 mtu 1450
ip route add 192.168.1.0/24 dev eth0 advmss 1410
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question