Page 1 of 1

Python installation - Windows

Posted: Mon Nov 19, 2018 10:00 am
by APrince
Hi,

I've been following the Getting Started guide successfully, till I came to the section where I am supposed to install Python packages. The thing is that there was no previous mention of installing the Python itself. What I don't understand is whether this is supposed to be the Python instance installed on the Windows host OS, or whether it refers to a Python instance installed within msys2 using some package manager (pacman?). Either way, I think that this section could use some improvements.

Anyway in my case,

Code: Select all

python --version
says

Code: Select all

-bash: python: command not found
So how should I install Python and which one preferably?

Thanks

Re: Python installation - Windows

Posted: Mon Nov 19, 2018 12:47 pm
by ESP_krzychb
Hi APrince,

Have you run mingw32.exe as described in Check it Out?
Python is already included in this installation. No need to install it.

I see what you see if I run msys2.exe or mingw64.exe.

Re: Python installation - Windows

Posted: Mon Nov 19, 2018 6:26 pm
by APrince
My bad... You are right. I was launching msys instead of mingw.

Thanks

Re: Python installation - Windows

Posted: Mon Feb 04, 2019 12:57 pm
by ESP_Sprite
Locking this, as for some reason this question attracts spammers... feel free to start a new post if anyone has issues with specifically the ESP-IDF Python bits.