Skip to content Skip to sidebar Skip to footer

Pip Readtimeouterror In Windows 10

Fresh Python 3.7 64-bit install downloaded from their main website, working on Windows 10 Pro. Using PowerShell with Admin rights. Pip always throws ReadTimeoutError. The command:

Solution 1:

I know this is an old post, but trying to help however is having the same problem.

Fixed this issue by changing the priority from IPv6 to IPv4.

You can try temporarily disable the IPv6 protocol, then try PIP again. If it works, i recommend reactivating IPv6 then searching about IPv4 priority over IPv6, the way to do it changes depending of OS.

Solution 2:

Give precedence to IPv4 over IPv6 (as Lin Chi Yu wrote). From an elevated command prompt (press "Start", type "CMD", right click on "Command prompt" and select "Run as Administrator"):

netsh interfaceipv6setprefixpolicy ::ffff:0:0/96 46 4

Post a Comment for "Pip Readtimeouterror In Windows 10"