Python Forum
Beginner - simple package installation error - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Beginner - simple package installation error (/thread-24978.html)



Beginner - simple package installation error - mefeng2008 - Mar-13-2020

Hi masters

I was trying to install packages (pyautogui and opencv-)through pip commands.

I have got the following traceback. I installed successfully in my other desktop. Somehow for this one I couldn't install correctly. Please advise.
Error:
Traceback (most recent call last): File "c:\users\administrator\appdata\local\programs\python\python37-32\lib\site-packages\pip\_vendor\urllib3\response.py", line 360, in _error_catcher yield File "c:\users\administrator\appdata\local\programs\python\python37-32\lib\site-packages\pip\_vendor\urllib3\response.py", line 442, in read data = self._fp.read(amt) File "c:\users\administrator\appdata\local\programs\python\python37-32\lib\site-packages\pip\_vendor\cachecontrol\filewrapper.py", line 62, in read data = self.__fp.read(amt) File "c:\users\administrator\appdata\local\programs\python\python37-32\lib\http\client.py", line 457, in read n = self.readinto(b) File "c:\users\administrator\appdata\local\programs\python\python37-32\lib\http\client.py", line 501, in readinto n = self.fp.readinto(b) File "c:\users\administrator\appdata\local\programs\python\python37-32\lib\socket.py", line 589, in readinto return self._sock.recv_into(b) File "c:\users\administrator\appdata\local\programs\python\python37-32\lib\ssl.py", line 1071, in recv_into return self.read(nbytes, buffer) File "c:\users\administrator\appdata\local\programs\python\python37-32\lib\ssl.py", line 929, in read return self._sslobj.read(len, buffer) socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "c:\users\administrator\appdata\local\programs\python\python37-32\lib\site-packages\pip\_internal\cli\base_command.py", line 179, in main status = self.run(options, args) File "c:\users\administrator\appdata\local\programs\python\python37-32\lib\site-packages\pip\_internal\commands\install.py", line 315, in run resolver.resolve(requirement_set) File "c:\users\administrator\appdata\local\programs\python\python37-32\lib\site-packages\pip\_internal\resolve.py", line 131, in resolve self._resolve_one(requirement_set, req) File "c:\users\administrator\appdata\local\programs\python\python37-32\lib\si