标签: python scipy
无法使用scipy.io.loadmat
scipy.io.loadmat
import scipy.io scipy.io.loadmat('D:\Shishkin\LargeData\e4_datasets\e4epochs') Process finished with exit code -1073741819 (0xC0000005)
我的所有.mat个文件都出现此错误。 Scipy v0.17
.mat
答案 0 :(得分:0)
.mat文件是(根据here)hdf5格式化的。有一个python库here用于使用hdf5。
答案 1 :(得分:0)
我遇到了同样的问题:
"Process finished with exit code -1073741819 (0xC0000005)"
Anaconda2 4.0.0 (Windows7 Professional 64 bit)
Anaconda2 4.3.0.1