asweigart / pyautogui

A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.
BSD 3-Clause "New" or "Revised" License
10.22k stars 1.24k forks source link

Missing wheels on pypi.org #713

Closed Vitaris closed 2 years ago

Vitaris commented 2 years ago

Hi all, I would like to install pyautogui on a computer that is behind a firewall and there is no chance to get an online connection to the pip servers and I cant use the usb. I tried to get the wheels from https://pypi.org/project/PyAutoGUI/ from where I downloaded them before for python 3.7 Installation from sources failed on some connectiontimeouterrors.

Is it possible to get somehow the wheels that could be installed in my situation? I've tried to check some hints from stackoverflow but all they assumes at least usb connection.

Thanks a lot for any help! Viktor

Vitaris commented 2 years ago

For anyone having a similar problem, according to point 10 on https://pip.pypa.io/en/stable/cli/pip_install/ I managed to install the wheel offline.