Have you got xcode command line tools installed on your Mac ? If not, then install with:
$ xcode-select --install Google with throw up lots of hits. Here's one. https://osxdaily.com/2014/02/12/install-command-line-tools-mac-os-x/ -- $ arch i386 $ which arch /usr/bin/arch Brendan -- On 16/5/20 9:15 am, Joseph Liang wrote: > Hello: > > I have a python script 'PlotGui.py' that uses packages tkinter, > matplotlib, among others. > > Whether I execute pyinstaller with the command 'pyinstaller --onefile > -w Plot_Gui.py', or simply 'pyinstaller Plot_Gui.py', I keep running > into this error. (picture attached). I've tried on PyInstaller 3.6, > and downgraded to 3.4, but still get this problem. > > Any clue how to fix this? > > Thanks, > > > -- > You received this message because you are subscribed to the Google > Groups "PyInstaller" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/pyinstaller/0622990f-ef15-4199-8358-eb9bfbfdd6bb%40googlegroups.com > <https://groups.google.com/d/msgid/pyinstaller/0622990f-ef15-4199-8358-eb9bfbfdd6bb%40googlegroups.com?utm_medium=email&utm_source=footer>. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/29c33289-e4b6-86df-cccf-c75cb338c43e%40etrix.com.au.
