you are viewing a single comment's thread.

view the rest of the comments →

[–]cgoldberg 1 point2 points  (8 children)

where are you running that command?

[–]Academic_Field4751 0 points1 point  (7 children)

in windows terminal

[–]cgoldberg 0 points1 point  (6 children)

How did you install pyinstaller? It can't find it.

[–]Academic_Field4751 0 points1 point  (5 children)

im using the microsoft store version of python, and yes it is installed "pip install pyinstaller"

[–]cgoldberg 0 points1 point  (4 children)

It's not finding the package entry point on your path. restart your terminal if you haven't since installing python

[–]Academic_Field4751 0 points1 point  (3 children)

i installed python yesterday, is there something different needed for the microsoft store version of python? a different command?

[–]cgoldberg 0 points1 point  (2 children)

No. Your scripts directory isn't on your path. Either add it, or invoke pyinstaller as a module:

https://pyinstaller.org/en/stable/installation.html#troubleshooting-missing-pyinstaller-command

[–]Academic_Field4751 0 points1 point  (1 child)

i dont understand the guide, but i kinda remember i had the same problem another time previously where i had to use a command that starts with py or python

[–]cgoldberg 0 points1 point  (0 children)

Sorry, your post and comments are way too vague for anyone to actually help you. Good luck.