Python PIP3 설치중 ReadTimeoutError
윈도우에서 파이썬 pip3로 PyQT5를 설치중 아래와 같은 에러가 나왓다. PS C:\Users\wwfor> pip32 install PyQt5==5.15.0 Collecting PyQt5==5.15.0 Downloading PyQt5-5.15.0-5.15.0-cp35.cp36.cp37.cp38-none-win32.whl (56.3 MB) |█ | 2.1 MB 6.4 MB/s eta 0:00:09ERROR: Exception: Traceback (most recent call last): File "c:\users\wwfor\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\urllib3\response.py", line 425, in _error_catcher yield File "c:\users\wwfor\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\urllib3\response.py", line 507, in read data = self._fp.read(amt) if not fp_closed else b"" File "c:\users\wwfor\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\cachecontrol\filewrapper.py", line 62, data = self.__fp.read(amt) File "c:\users\wwfor\appdata\local\programs\python\python38-32\lib\http\client.py", line 458, in read n = self.readi