I recently installed 8.3 on macos high sierra via pre-built binaries. I launched a jupyter notebook. The kernel shuts down when I try to display graphics e.g. when I try to use plot() Error message:
(no backtrace available)
Unhandled SIGILL: An illegal instruction occurred. This probably occurred because a compiled module has a bug in it and is not properly wrapped with sig_on(), sig_off(). Python will now terminate.
Is this a bug?