Python Forum
Beginner - simple package installation error
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Beginner - simple package installation error
#1
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
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  qpython package error Creepy 4 945 Jul-06-2023, 05:58 PM
Last Post: Creepy
  Getting "SSL client not supported by this Python installation" error prabirsarkar 0 915 Mar-13-2023, 05:01 PM
Last Post: prabirsarkar
  Beginner Python Error ianmac88 4 1,281 Sep-05-2022, 12:30 PM
Last Post: jefsummers
  A simple "If...Else" question from a beginner Serena2022 6 1,638 Jul-11-2022, 05:59 AM
Last Post: Serena2022
  countryinfo package error MarcusAurelius 4 2,773 Mar-20-2021, 05:42 PM
Last Post: deanhystad
  error with netcdf4 package damdam 0 1,791 Nov-18-2020, 06:44 PM
Last Post: damdam
  Beginner having Syntax Error problem RyanHo 3 2,332 Sep-10-2020, 08:33 AM
Last Post: cnull
  Simple code error please help bntayfur 7 3,390 Jun-08-2020, 02:22 AM
Last Post: pyzyx3qwerty
  Generate RPM package from a Python + Kivy application for an "offline" installation pruvosim 2 2,167 Jun-04-2020, 12:16 PM
Last Post: pruvosim
  Pandas installation error pyzyx3qwerty 3 2,491 Jun-04-2020, 10:09 AM
Last Post: pyzyx3qwerty

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020