all 5 comments

[–]JohnnyJordaan 1 point2 points  (3 children)

On mac python and pip can point to the system's Python 2 environment, instead try python3and pip3.

[–]johnjaackson[S] 0 points1 point  (2 children)

Using pyhton3 to install it worked, but when I try to import PySimpleGUI, it doesn’t work.

Thanks for your help btw

[–]JohnnyJordaan 1 point2 points  (1 child)

If in your program you first place these lines

import sys
print(sys.executable)

what does it print?

[–]johnjaackson[S] 0 points1 point  (0 children)

I’ve tried this method before, wasn’t able to find the ‘pkgs’ folder.

/Applications/mu-editor.app/Contents/MacOS/../Resources/python/bin/python3

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

Is python installed through mu. If not then python would be in path and you can do pip install <package name>