I am trying to install pyautogui (python library) on a closed system linux server. I'M NOT ALLOWED TO CONNECT TO THE INTERNET. So far, I untarred the tarball, and went to the extracted folder. I then run 'pip3 install pyautogui' and I get error: "Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None__ after connection broken by 'ProxyError('Cannon connect to proxy.',NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection objects at 0x234343234>: Failed to establish a new connection [Errno -2] Name or service not known',))' : :/simple/setup-py
If I run 'python3 m pip install pyautogui': it tries to connect to the internet "Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None__ after connection broken by 'ProxyError('Cannon connect to proxy.',NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection objects at 0x234343234>: Failed to establish a new connection [Errno -2] Name or service not known',))' : :/simple/pyautogui
I have tried the above and suspect it is trying to connect to the internet. Every video/tutorial I watch says to connect to the internet on another system and download the package/library from the internet and compile everything that way, but I cannot do that due to our closed system process.