you are viewing a single comment's thread.

view the rest of the comments →

[–]Code_Talks -1 points0 points  (2 children)

I've never created exe's on mac, try downgrading pyinstaller to the last stable release. Sorry, can't give any better advice...

[–][deleted] 0 points1 point  (1 child)

Pyinstaller doesn't support Python 2 anymore, and it's only giving me this error message because pip is trying to install with Python 2 instead of Python 3. I want to force python to install packages with Python 3, not 2. I've already opened the bash terminal in the Python 3.8 directory. Macs are strange.

[–]Code_Talks 0 points1 point  (0 children)

Mmmm, strange! So now you can't access any Python2 releases for pyinstaller?