Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unable to install module
#1
I'm very new, this is going to be my first real "project" to digitally move my computer mouse a certain distance after taking some very basic Python college classes a couple years back.

I'm trying to install a module called pyautogui so I could import it into my python code and go from there. I'm using PyCharm on Windows 10. I've tried running
Quote:pip3 install pyautogui
in every "run box" I could find. From the "cmd" on Windows to the "py.exe" to the "Python 3.8.3 Shell". Either nothing happens or I get errors.

I've tried typing
Quote:python --version
in the "Windows cmd" and get absolutely nothing. I read somewhere that if this doesn't work then that might be an indication of the problem. I also read something about pathing and finding the path to your python, but I have no idea what that that means since people seem to be listing different directories on their computers that I don't have. Any ideas? My end goal is to simply "import pyautogui" in my PyCharm IDE so I could use parts of that library, and hopefully install different libraries without hassle. Please help.
Reply
#2
to get python version, use:
python -V
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Can't install nor import delorean module Tek 3 2,741 Oct-27-2021, 03:32 AM
Last Post: Tek
  Unable to install Python branty1970 5 7,658 May-25-2021, 01:18 PM
Last Post: branty1970
  unable to find module in su mode? korenron 2 1,875 Jan-10-2021, 07:41 PM
Last Post: Gribouillis
  trying to pip install stasm module getting error djf123 3 4,453 Jul-26-2020, 05:00 AM
Last Post: millpond
  Unable to install virtual environment on python 3.8.3 Allen10 4 3,045 Jun-04-2020, 04:22 AM
Last Post: Larz60+
  Install thresding module kalvarix 2 2,143 May-04-2020, 03:25 PM
Last Post: kalvarix
  Unable to import my own module ThePhantom 3 2,670 May-01-2020, 01:30 AM
Last Post: menator01
  Install module with pip3 on a non root user matthewpintor2107 1 2,347 Apr-28-2020, 03:16 PM
Last Post: pyzyx3qwerty
  How do I install the dom.minidom module? Johno 3 7,005 Apr-17-2020, 09:46 PM
Last Post: Larz60+
  Unable to find an existing module arbiel 2 4,894 Apr-11-2020, 07:12 PM
Last Post: arbiel

Forum Jump:

User Panel Messages

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