#๐ cant detect pip
62 messages ยท Page 1 of 1 (latest)
@lost flare
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.
Could you try running python -m pip list?
The error suggests it's the .exe version of pip only, so I want to test if running it as module via python.exe works
!title No module named pip._internal.cli
No module named pip._internal.cli
how do i check whats broken
by reading the error - pip as command runs, it's python that later throws the error
do you need 3.8? it's quite old. if you don't need 3.8 specifically, I'd say to just uninstall 3.8 and install a newer python version
if i uninstall python through settings will that get rid of everything? including packages
try redownloading pip
which is compatible with your python version
i already did the ensure pip thing
What did you run and what did it show?
scroll up
I don't see any ensurepip
its in my original post i just dont have the screenshot at that time
i did it way before like last week
maybe you messed up with pip files or the download was incomplete
uninstall manually and reinstall maybe
maybe i couldnt remember
because some modules are missing which shouldn't happen
ye
Run it again and show what output you get
let me just check how to do it again
here it is
try python -m pip uninstall pip and then running ensurepip again
If pip cli doesn't work, then pip cli's uninstall probably won't work either...
same pip cli error as before
you have a point
ok, how about nuking pip altogether then
from Scripts and site-packages both
then running ensurepip
ill leave that as a last option lol
do you have other alternatives then?
i think i deleted the pip already in my earlier tries
and tried ensurepip
still nothing
well could you do what I asked, and see how that goes?
just cut paste different area
???
manually remove pip then reinstall
like delete it from file explorer
I'd like to make sure you're deleting everything
so if you still want help, please describe which files you're deleting and from where
and it still shows this error?
yes
i delete pip only not everything in the folder
ill try uninstalling the python from settings
should i install my old 3.8 or the latest one
if you are reinstalling then do the laest one
by "everything" I meant all pip .exes, the site-packages/pip directory and also pip's .dist-info directory
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.