Python Forum

Full Version: pip install problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear all,

I have problems installing python libraries (pyautogui).

The error is shown below:

Downloading/unpacking pyautogui
Cannot fetch index base URL https://pypi.python.org/simple/
Could not find any downloads that satisfy the requirement pyautogui.
Cleaning up...
No distributions at all found for pyautogui

My operation system is windows 7.
My python version 3.4.1 Anaconda 2.1.0 (64-bit).
IT person has removed the block for pip but the issue still appears.

I have tried

https://stackoverflow.com/questions/2129...sc#tab-top

and

https://python-forum.io/thread-12634.html

But the problem is still there.

Thanks and best regards
How are you trying to install the package?
You should use, from command line: pip install pyautogui
(Dec-02-2024, 01:17 AM)taufanjs Wrote: [ -> ]IT person has removed the block for pip but the issue still appears.
It looks like you are behind firewall or something. Maybe the IT guy didn't remove the block eventually
(Dec-03-2024, 09:55 AM)Larz60+ Wrote: [ -> ]How are you trying to install the package?
You should use, from command line: pip install pyautogui

Yes, I install like this.
(Dec-03-2024, 10:01 AM)buran Wrote: [ -> ]
(Dec-02-2024, 01:17 AM)taufanjs Wrote: [ -> ]IT person has removed the block for pip but the issue still appears.
It looks like you are behind firewall or something. Maybe the IT guy didn't remove the block eventually

The IT guy, confirmed that he removes the block.