Description
Hi All,,
I installed the new version of Julia and decided to see all the ruction is working or not.
But I got an error message:
julia> using PyPlot, SeisProcessing
julia> subplot(131)
2019-05-12 13:47:02.245 julia[656:42779] -[NSApplication _setup:]: unrecognized selector sent to instance 0x7fb32d81bd40
2019-05-12 13:47:02.245 julia[656:42779] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSApplication _setup:]: unrecognized selector sent to instance 0x7fb32d81bd40'
*** First throw call stack:
(
)
libc++abi.dylib: terminating with uncaught exception of type NSException
signal (6): Abort trap: 6
in expression starting at no file:0
__pthread_kill at /usr/lib/system/libsystem_kernel.dylib (unknown line)
Allocations: 24100174 (Pool: 24095463; Big: 4711); GC: 50
I searched for a few solutions and tried to change the backend to TK. It does not work. And then I tried qt but it seems like the current Python I have does not have this Function.
Anyone would shine some lights on it??
Cheers