You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am just trying to install pywhatkit for pycharm and I have a permission problem.
when I try pip install pywhatkit it says:
Collecting pywhatkit
Using cached pywhatkit-5.4-py3-none-any.whl.metadata (5.5 kB)
Collecting Pillow (from pywhatkit)
Using cached pillow-11.0.0-cp312-cp312-win_amd64.whl.metadata (9.3 kB)
Collecting pyautogui (from pywhatkit)
Using cached PyAutoGUI-0.9.54-py3-none-any.whl
ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: 'C:\users\<user_name>\appdata\local\pip\cache\wheels\d9\d6\47\04075995b093ecc87c212c9a3dbd34e59456c6fe504d65c3e4\PyAutoGUI-0.9.54-py3-none-any.whl'
Check the permissions.
PackagesHost your dependencies, libraries, and production-ready code, right from your repositoryQuestion
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Select Topic Area
Question
Body
I am just trying to install pywhatkit for pycharm and I have a permission problem.
when I try pip install pywhatkit it says:
Collecting pywhatkit
Using cached pywhatkit-5.4-py3-none-any.whl.metadata (5.5 kB)
Collecting Pillow (from pywhatkit)
Using cached pillow-11.0.0-cp312-cp312-win_amd64.whl.metadata (9.3 kB)
Collecting pyautogui (from pywhatkit)
Using cached PyAutoGUI-0.9.54-py3-none-any.whl
ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: 'C:\users\<user_name>\appdata\local\pip\cache\wheels\d9\d6\47\04075995b093ecc87c212c9a3dbd34e59456c6fe504d65c3e4\PyAutoGUI-0.9.54-py3-none-any.whl'
Check the permissions.
Beta Was this translation helpful? Give feedback.
All reactions