Pip is not recognized as an internal or external command.

Solved
Chris3874 Posted messages 31 Status Membre -  
 Anonymous user -

Hello

I installed Anaconda and I'm using the Spider application to program in Python.

The goal is to control an Arduino board.

But despite all the discussions in this forum, I'm stuck here and can't find a solution...

Could you help me?

Thank you in advance

It also sometimes tells me that Python is not installed, which is false...

I'm a bit of a novice and wanted to use Spider to program in Python but I find myself stuck!

4 réponses

BH3Panzer Posted messages 22 Status Membre
 

Hello,

This may be because you installed Python without pip, so quickly search on Google to find the get-pip.py script, then when you have this script, run it with Python, it should install pip for you.

Let me know if you have any other problems with pip.

0
Chris3874 Posted messages 31 Status Membre
 

Thanks a lot!

I found this one but when I run it with Spider it finds errors...

https://mail.onelink.me/107872968?pid=nativeplacement&c=Global_Acquisition_YMktg_315_Internal_EmailSignature&af_sub1=Acquisition&af_sub2=Global_YMktg&af_sub3=&af_sub4=100000604&af_sub5=EmailSignature__Static_

Maybe there’s another one that’s more reliable?

Thanks again

0
BH3Panzer Posted messages 22 Status Membre
 

Oh dear, your link looks fraudulent, use the script that I used, it originally comes from GitHub: https://bootstrap.pypa.io/get-pip.py

0
Chris3874 Posted messages 31 Status Membre
 

OK it works great, thank you very much…

But actually, if I understand correctly, I already had it?

He found it for me, uninstalled it, then reinstalled it...

Weird…

0
Chris3874 Posted messages 31 Status Membre > Chris3874 Posted messages 31 Status Membre
 

Upon trying again, I now have this problem...

No module named serial..

0
BH3Panzer Posted messages 22 Status Membre > Chris3874 Posted messages 31 Status Membre
 

According to what is stated, yes it was already installed

Strange...

But at least now it works.

0
Chris3874 Posted messages 31 Status Membre > BH3Panzer Posted messages 22 Status Membre
 

OK now another problem arises...

No module named serial

0
BH3Panzer Posted messages 22 Status Membre > Chris3874 Posted messages 31 Status Membre
 

Did you run: pip install serial?

0
Anonymous user
 

Good evening

Anaconda installs everything in its own environment.

Therefore, you should not use the Windows command prompt, but the Anaconda one.

Type Anaconda Prompt in the Windows search.

Often, it is necessary to run it as an administrator.


I share the same opinion as BH3Panzer, the site you found is suspicious.

I recommend running diagnostic tools to check that you have not been infected.


When I was little, the Dead Sea was only sick.
George Burns

0
BH3Panzer Posted messages 22 Status Membre
 

I just saw on Google that you need to use Anaconda prompt.

At least I tried to help even though I've never used Anaconda.

0
Chris3874 Posted messages 31 Status Membre
 

OK, thank you both, but what do I do now?

0
BH3Panzer Posted messages 22 Status Membre > Chris3874 Posted messages 31 Status Membre
 

Now you just do your pip install pyserial

0
Chris3874 Posted messages 31 Status Membre > BH3Panzer Posted messages 22 Status Membre
 

Great, it's working! I was just in the wrong environment!!

Much RESPECT to both of you, thank you and good night!!

0
BH3Panzer Posted messages 22 Status Membre > Chris3874 Posted messages 31 Status Membre
 

You're welcome

0
Anonymous user
 

You're welcome.

Remember to mark the topic as resolved, and for your next posts, use the Windows screenshot tool; it will be more readable than your photos (we can see the reflections of your lamps and your phone better than the error messages).


When I was young, the Dead Sea was only sick.
George Burns

0
Chris3874 Posted messages 31 Status Membre
 

OK thanks but how do we close this discussion, can we reopen it later if needed?

Have a nice day

0
Anonymous user > Chris3874 Posted messages 31 Status Membre
 

Marking the subject as resolved is done at the level of the first message.

I don't quite have the same interface as a member, so either directly with a button below the text, or by clicking on the three dots at the bottom.

This doesn't close the discussion; it just indicates that the initial problem has been solved. It's still possible to continue discussing. Only moderation can close a thread.

That being said, if you have a question on a different topic, we prefer that you open another discussion.

0