Apr-07-2020, 09:01 AM
What I'm using:
Windows 10
Python 3.8 32-bit
Complete and utter Python Noob here, with zero coding experience. Hello! I'm following along with the "Automate The Boring Stuff" tutorial (which seems well-known) on YouTube. Things were fine until we got to installing third-party modules...I've come to a screeching halt.
Tutorial says to first install the module "pyperclip" using pip. I am told to type the following in the command prompt:
Does someone have an explanation of why I am getting the response I'm getting in the command prompt?
Thanks.
Here's a link to automate the boring stuff index on importing 3rd party modules: http://automatetheboringstuff.com/appendixa/
Windows 10
Python 3.8 32-bit
Complete and utter Python Noob here, with zero coding experience. Hello! I'm following along with the "Automate The Boring Stuff" tutorial (which seems well-known) on YouTube. Things were fine until we got to installing third-party modules...I've come to a screeching halt.
Tutorial says to first install the module "pyperclip" using pip. I am told to type the following in the command prompt:
pip install pyperclipwhen I do that, command prompt returns the following:
'pip' is not recognized as an internal or external command, operable program or batch file.I've tried searching for a solution, including on threads here, but solutions vary and are often beyond my current level of comprehension, and/or don't quite address the issue I'm having. It's really frustrating. The two camps seem to be either A.) you ACTUALLY need to type a ton of other stuff in the command prompt that was left out of the tutorial for no apparent reason (and what you're supposed to type seems to change depending on the source), or B.)you need to uninstall and reinstall Python and hit a checkbox or two to ensure pip is where you need it (although I believe Python's website says pip is automatically included, so why would they make it difficult to access??).
Does someone have an explanation of why I am getting the response I'm getting in the command prompt?
Thanks.
Here's a link to automate the boring stuff index on importing 3rd party modules: http://automatetheboringstuff.com/appendixa/