0

Environment

Windows 1903 WSL (kali) python3.7

Description

when using pip3 install flask the output display like such

WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyE
rror('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f7
d8da46ad0>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/flask/

Addtion

there is not setting environment variables in wsl.

3
  • The error "cannot connect to proxy" means that you cannot connect to your proxy. You should check the proxy settings. Commented Oct 19, 2019 at 12:56
  • but i never set any proxy
    – iyume
    Commented Oct 19, 2019 at 13:00
  • and i have delete the cache and config as well as reinstall pip3
    – iyume
    Commented Oct 19, 2019 at 13:01

0

You must log in to answer this question.

Browse other questions tagged .