#๐Ÿ”’ cant detect pip

62 messages ยท Page 1 of 1 (latest)

lost flare
#

so im on win 10 and when i do pip it just shows error. i already sis ensure pip , repairing using installer still nothing

remote stirrupBOT
#

@lost flare

Python help channel opened

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.

plush spade
#

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

digital mason
#

!title No module named pip._internal.cli

remote stirrupBOT
#

No module named pip._internal.cli

digital mason
#

pip is detected

#

It's something inside it that's broken

lost flare
plush spade
#

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

lost flare
#

if i uninstall python through settings will that get rid of everything? including packages

void oracle
#

which is compatible with your python version

lost flare
copper sigil
lost flare
#

scroll up

copper sigil
#

I don't see any ensurepip

lost flare
#

its in my original post i just dont have the screenshot at that time

#

i did it way before like last week

void oracle
#

maybe you messed up with pip files or the download was incomplete

#

uninstall manually and reinstall maybe

lost flare
#

maybe i couldnt remember

void oracle
lost flare
#

ye

copper sigil
lost flare
#

let me just check how to do it again

lost flare
bronze thorn
#

try python -m pip uninstall pip and then running ensurepip again

plush spade
lost flare
bronze thorn
#

you have a point

#

ok, how about nuking pip altogether then

#

from Scripts and site-packages both

#

then running ensurepip

lost flare
#

ill leave that as a last option lol

bronze thorn
#

do you have other alternatives then?

lost flare
#

i think i deleted the pip already in my earlier tries

#

and tried ensurepip

#

still nothing

bronze thorn
#

well could you do what I asked, and see how that goes?

lost flare
#

i already told you i did

#

i did it in my earlier attempt which was lat week

bronze thorn
#

how exactly did you remove it?

#

what did you delete?

lost flare
#

just cut paste different area

bronze thorn
#

???

void oracle
#

like delete it from file explorer

lost flare
#

where is pip

#

if you mean on the site-package and script then i already did that

bronze thorn
#

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

void oracle
lost flare
lost flare
#

ill try uninstalling the python from settings

#

should i install my old 3.8 or the latest one

void oracle
bronze thorn
#

by "everything" I meant all pip .exes, the site-packages/pip directory and also pip's .dist-info directory

remote stirrupBOT
#
Python help channel closed

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.