Код: Выделить всё
INPUT_FILE_PATH = './data/'
# Press the green button in the gutter to run the script.
if __name__ == '__main__':
print_hi('PyCharm')
print('loading data ... ')
hemo_filename = INPUT_FILE_PATH + 'hemo_ALl_seq.txt'
hemo_data = np.loadtxt(hemo_filename, delimiter='\t', skiprows=1, dtype=str)
Процесс завершен с кодом завершения 134 (прерван сигналом 6: SIGABRT)
Код: Выделить всё
Process finished with exit code 134 (interrupted by signal 6: SIGABRT)
Подробнее здесь: https://stackoverflow.com/questions/738 ... -6-sigabrt