#π 'pip' is not recognized as an internal or external command,operable program or batch file.
48 messages Β· Page 1 of 1 (latest)
@broken dagger
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.
Try doing py -m pip
C:\Users\michl\AppData\Local\Programs\Python\Python312\python.exe: No module named pip
Do you have a project directory?
wdym
?
Like a directory that you're working on something
Im working on a boost bot
lemme open the file in cmd
Where did you clone the source code to
C:\Users\michl\OneDrive\Documents\BoostBot>pip install discord
'pip' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\michl\OneDrive\Documents\BoostBot>py -m pip
C:\Users\michl\AppData\Local\Programs\Python\Python312\python.exe: No module named pip
C:\Users\michl\OneDrive\Documents\BoostBot>
Ok do
py -m venv C:\Users\michl\OneDrive\Documents\BoostBot\.venv
C:\Users\michl\OneDrive\Documents\BoostBot>py -m venv C:\Users\michl\OneDrive\Documents\BoostBot.venv
C:\Users\michl\OneDrive\Documents\BoostBot>pip install discord
'pip' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\michl\OneDrive\Documents\BoostBot>
py -m venv C:\Users\michl\OneDrive\Documents\
or just
py -m venv
You missed a \
where
py -m venv C:\Users\michl\OneDrive\Documents\BoostBot.venv
Yeah that's wrong
Ok do
py -m venv C:\Users\michl\OneDrive\Documents\BoostBot\.venv
C:\Users\michl\OneDrive\Documents\BoostBot>py -m venv C:\Users\michl\OneDrive\Documents\BoostBot.venv
C:\Users\michl\OneDrive\Documents\BoostBot>pip
'pip' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\michl\OneDrive\Documents\BoostBot>pip3
'pip3' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\michl\OneDrive\Documents\BoostBot>
You missed the slash again
Wait use ``` code blocks for stuff you paste from the terminal
ok
Edit your previous messages
done
Ah the slash was there the whole time, discord just ate it
Now you can run
C:\Users\michl\OneDrive\Documents\BoostBot\.venv\Scripts\pip.exe
TY
But also a boost bot sounds fishy
na lol i use it for my ||shop||
You can close the help channel with !close
!close
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.