Im trying to install modules (i.g. mypy) from directories on my PC using
pip install "path like C:\user\mypy.whl or .gz"
, but it always shows the error
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000024AFFAB2B30>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/tomli/
I really don't understand why does it connect to pypi.org if Im trying to install it from local dir