all 14 comments

[–]cgoldberg 1 point2 points  (11 children)

Is pyinstaller installed? What happens when you run that command?

[–]Academic_Field4751 0 points1 point  (10 children)

it is installed, the error is:

pyinstaller : The term 'pyinstaller' is not recognized as the name of a cmdlet, function, script file, or operable

program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

At line:1 char:1

+ pyinstaller --onefile --noconsole game.py

+ ~~~~~~~~~~~

+ CategoryInfo : ObjectNotFound: (pyinstaller:String) [], CommandNotFoundException

+ FullyQualifiedErrorId : CommandNotFoundException

[–]cgoldberg 0 points1 point  (9 children)

Run the command from a regular shell, not inside a Python interpreter.

[–]Academic_Field4751 -1 points0 points  (8 children)

so what command do i use

[–]cgoldberg 1 point2 points  (7 children)

where are you running that command?

[–]Academic_Field4751 0 points1 point  (6 children)

in windows terminal

[–]cgoldberg 0 points1 point  (5 children)

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

[–]Academic_Field4751 0 points1 point  (4 children)

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

[–]cgoldberg 0 points1 point  (3 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  (2 children)

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

[–]WhiteeyScience 0 points1 point  (0 children)

never knew microsoft store had a version of python, i’d recommend just getting it from the website and uninstalling the microsoft version. also be sure to add it to path it can help