facebook / PathPicker

PathPicker accepts a wide range of input -- output from git commands, grep results, searches -- pretty much anything. After parsing the input, PathPicker presents you with a nice UI to select which files you're interested in. After that you can open them in your favorite editor or execute arbitrary commands.
https://facebook.github.io/PathPicker/
MIT License
5.11k stars 283 forks source link

macOS Python segfault #436

Open mattbroussard opened 10 months ago

mattbroussard commented 10 months ago

After a new install of fpp from Homebrew on a new system with macOS Ventura 13.6.1, fpp is able to launch but segfaults if I press an arrow key to move the cursor:

/opt/homebrew/bin/fpp: line 33: 88101 Segmentation fault: 11  $PYTHONCMD "$BASEDIR/src/choose.py" "$@" < /dev/tty

I installed a new copy of Python from Homebrew (previously had just whatever macOS comes with, if anything?) and the segfault no longer seems to happen.

leocabral commented 9 months ago

hey @mattbroussard, I had the same problem.. the easiest solution for me was stop relying on Xcode definition of some dependencies, so either you define the right path to pyhton, etc, or select an older version of Xcode (like 14.3 and below)

🍻