Non capisco cosa sia successo qui. qualcuno potrebbe spiegare il motivo per cui Python3.4 "ucciso" questo script:Cosa significa questo errore "Ucciso" in Python?
def __init__(self, target, data_flatten, data,
tf, hlf, white, robert, sobel, scharr):
self.data_flatten = data_flatten
self.target = target
self.data = data
self.tf = tf
self.hlf = hlf
self.white = white
self.robert = robert
self.sobel = sobel
self.scharr = scharr
with open('PI0_Electron_Mixed_2000.pickle', 'wb') as output:
pickle.dump(PI0_Electron_Mixed_2000, output)
Ecco l'uscita quando mi sono imbattuto lo script in mio terminale:
[[email protected] ~]$ cd PycharmProjects/ImageReader
[[email protected] ImageReader]$ python3.4 DataCompiler.py
Killed
[[email protected] ImageReader]$
Allora, cosa diavolo è successo, nessuno può spiegare ?
potrebbe essere un errore di memoria, è dal tuo sistema operativo non python –
Ho sperimentato questo in passato. Nel mio caso, è stato davvero un ricordo. – That1Guy
Probabilmente puoi confermare controllando il tuo syslog o qual è l'equivalente sul tuo sistema operativo. –