Hi All,
I am working through the automate the boring stuff book and need to install pyperclip. Via the command line I have run the following commands
'pip install --user –r automate-win-requirements.txt ––user'
I receive the following,
'ERROR: Invalid requirement: '–r': Expected package name at the start of dependency specifier'
'pip install pyperclip'
I get the following,
'Requirement already satisfied: pyperclip in c:usersjohnrappdatalocalpackagespythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0localcachelocal-packagespython311site-packages (1.9.0)
Yet, when I go to import pyperclip in visual code studio I get a module not found error.
What am I doing wrong?
submitted by /u/FeedMeAStrayCat
[link] [comments]
r/learnpython Hi All, I am working through the automate the boring stuff book and need to install pyperclip. Via the command line I have run the following commands ‘pip install –user –r automate-win-requirements.txt ––user’ I receive the following, ‘ERROR: Invalid requirement: ‘–r’: Expected package name at the start of dependency specifier’ ‘pip install pyperclip’ I get the following, ‘Requirement already satisfied: pyperclip in c:usersjohnrappdatalocalpackagespythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0localcachelocal-packagespython311site-packages (1.9.0) Yet, when I go to import pyperclip in visual code studio I get a module not found error. What am I doing wrong? submitted by /u/FeedMeAStrayCat [link] [comments]
Hi All,
I am working through the automate the boring stuff book and need to install pyperclip. Via the command line I have run the following commands
'pip install --user –r automate-win-requirements.txt ––user'
I receive the following,
'ERROR: Invalid requirement: '–r': Expected package name at the start of dependency specifier'
'pip install pyperclip'
I get the following,
'Requirement already satisfied: pyperclip in c:usersjohnrappdatalocalpackagespythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0localcachelocal-packagespython311site-packages (1.9.0)
Yet, when I go to import pyperclip in visual code studio I get a module not found error.
What am I doing wrong?
submitted by /u/FeedMeAStrayCat
[link] [comments]