无法使用`scipy.io.loadmat`加载.mat文件

时间:2016-02-17 19:03:14

标签: python scipy

无法使用scipy.io.loadmat

加载.mat文件
import scipy.io
scipy.io.loadmat('D:\Shishkin\LargeData\e4_datasets\e4epochs')

Process finished with exit code -1073741819 (0xC0000005)

我的所有.mat个文件都出现此错误。 Scipy v0.17

2 个答案:

答案 0 :(得分:0)

.mat文件是(根据here)hdf5格式化的。有一个python库here用于使用hdf5。

答案 1 :(得分:0)

我遇到了同样的问题:

<{> "Process finished with exit code -1073741819 (0xC0000005)"scipy.io.loadmat 当使用来自Anaconda2 4.0.0 (Windows7 Professional 64 bit)的scipy时。 我卸载了Anaconda,并安装了新版本:Anaconda2 4.3.0.1。问题消失了。