Some of the webkitpy dependencies hosted on
files.pythonhosted.org are taking ridiculous amounts of time to be fetched/downloaded, which is resulting in long stalls after using WebKit tools that invoke the `autoinstalled` codepath if you do not have webkitpy dependencies already downloaded/installed.
Collecting requests
100% |████████████████████████████████| 92kB 3.8MB/s
Collecting idna<2.8,>=2.5 (from requests)
100% |████████████████████████████████| 61kB 2.7MB/s
Collecting certifi>=2017.4.17 (from requests)
100% |████████████████████████████████| 153kB 784kB/s
Collecting chardet<3.1.0,>=3.0.2 (from requests)
100% |████████████████████████████████| 143kB 4.1MB/s
Collecting urllib3<1.24,>=1.21.1 (from requests)
100% |████████████████████████████████| 143kB 3.9MB/s
Installing collected packages: idna, certifi, chardet, urllib3, requests
Successfully installed certifi-2018.8.13 chardet-3.0.4 idna-2.7 requests-2.19.1 urllib3-1.23
It’s my understanding that letting the script hang for multiple minutes may allow you to eventually get the content requested.