Instead of putting the py/ directory to Pd's startup paths and the py lib in Pd's startup libraries, I'd rather use [declare -path py -lib py] which works fine for the [py] default help files, but when I'm trying to open the ai_duet.pd patch, Pd segfaults.
Opening Pd with gdb I get this:
Thread 1 "pd" received signal SIGSEGV, Segmentation fault.
0x00007ffff659e464 in _PyEval_EvalFrameDefault () from /home/alexandros/miniconda3/envs/magenta/lib/libpython3.8.so.1.0
Instead of putting the py/ directory to Pd's startup paths and the py lib in Pd's startup libraries, I'd rather use
[declare -path py -lib py]
which works fine for the[py]
default help files, but when I'm trying to open the ai_duet.pd patch, Pd segfaults. Opening Pd with gdb I get this:I'm on UbuntuStudio 21.04 with Pd-0.51.4