I am a mac user trying to make my pygame game available for windows as an exe so bear with me. I am trying to use pyinstaller but when I run setup.py it gives me the error:
setup.py is not yet supposed to work. Please Use PyInstaller without installation.
I have tried installing it with pip as well but get the exact same thing. I am aware of this post: pyinstaller setup failed with "setup.py is not yet supposed to work. Please Use PyInstaller without installation." or though (being pretty noobie) I cant get a solution from the answer. Is there a fix?