#🔒 Pip wont work
38 messages · Page 1 of 1 (latest)
@iron shadow
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
tkinter comes with python already
the problem there is that python is not to added to PATH
or pip specifically
I belive
I had the same error and solved just by checking my Path and adding pip and python
no
try pip --version and python --version
if it gives an error is because he has to add it to PATH
should he enter it in cmd or vscode terminal
In this tutorial, we will show you the process of adding Python to the Path variable in Windows 11 or Windows 10. By adding Python to the Path variable, you can conveniently run Python commands and scripts from any directory in the command prompt or PowerShell, without having to navigate to the Python installation directory each time.
We will sh...
its something related to windows
its the computer PATH, so the system can relate the command with the functionality of PIP
we already did it
if he typed in pip --vesion it shows this pip 24.2 from C:\Users\rudi\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip (python 3.12)
oh
.
if he just import it, does it work?
and dont install
with tkinter yes but if its something else it wont
for example if he tries to import pyautogui it wont work
and he also cant type in pip install pyautogui because than the error that i showed above shows up
with py --vesion it shows Python 3.12.6
yes
PS C:\Users\rudi\OneDrive\Desktop\maniak> pip install pyautogui
pip : Die Benennung "pip" wurde nicht als Name eines Cmdlet, einer
Funktion, einer Skriptdatei oder eines ausführbaren Programms erkannt.
Überprüfen Sie die Schreibweise des Namens, oder ob der Pfad korrekt
ist (sofern enthalten), und wiederholen Sie den Vorgang.
In Zeile:1 Zeichen:1
- pip install pyautogui
-
+ CategoryInfo : ObjectNotFound: (pip:String) [], CommandN otFoundException + FullyQualifiedErrorId : CommandNotFoundException
its german but i hope its not a big deal
try python -m pip install pyautogui
to make it clear should he type this pip install pyautogui into the terminal of his python file in vscode or in the cmd?
cmd
we fixed it
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.