Similar Posts

Subscribe
Notify of
3 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
CompilerGuru
1 year ago

Pip is not registered in the path variable.

Possibility 1: switch to the Python directory (e.g. cd C:\Users\jants\AppData\Local\Programs\Python\Python312) and then “python.exe -m pip install auto-py-to-exe”.

Possibility 2: Reinstall Python and select that Python is to be entered in the path variable during installation.

midwinter
1 year ago

Hey, that’s what it should do:

“py -m pip install auto-py-to-exe”