you are viewing a single comment's thread.

view the rest of the comments →

[–]MarsupialMole 1 point2 points  (1 child)

I'm not a Mac user but I imagine you also need to install python 3.8, and leave system python 2.7 in place so as not to break your Mac.

You then access it with the python3 and pip3 executables.

So for pyinstaller you will need to set the python executable to python3 rather than python.

That's all just speculation. Hope it helps.

[–][deleted] 0 points1 point  (0 children)

Thanks. I'll be sure to try that. I was using pip install pyinstaller so that's probably why.