問題:python
pip install splinter命令安裝第三方庫,報超時錯誤:url
raise ReadTimeoutError(self._pool, None, 'Read timed out.') pip._vendor.requests.packages.urllib3.exceptions.ReadTimeoutError: HTTPSConnecti onPool(host='pypi.python.org', port=443): Read timed out.
解決方案:spa
設置超時時間:code
pip --default-timeout=1000 install splinter