I can't install pyinstaller and always get that pip is not a command

Question:

the error I get
I’m fairly new to writing code and I wanted to install pyinstaller so I can convert my python code into an exe. But I always get this and I don’t know what’s causing it.

I tried all lines that were given on the official website and i wanted it to install, but it just gave me this error.

Asked By: Samurzel

||

Answers:

You probably don’t have pip installed. It’s not necessarily installed with Python. Which OS are you on? It looks like Windows 10 or 11. If you type in "python" and hit enter, it should bring up the Microsoft Store to install Python, and I believe that includes pip. Do you remember how you installed (or if you installed) Python?

Answered By: jspinella
Categories: questions Tags:
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.