Dr_Manul
(Manul)
February 23, 2023, 3:53pm
1
If you have a question or issue with MNE-Python, please include the following info:
MNE version: 0.24.0
operating system: Windows 11
Code i used to load raw eeg data
path = r"D:\bids_controls\sub-CONCRC01006\10CONCRC01006\10CONCRC01006_0006.eeg"
raw = mne.io.read_raw_eeglab(path, preload=True, verbose=‘error’)
Error i got : ValueError: Unknown mat file type, version 0, 189
Kindly help
richard
(Richard Höchenberger)
February 23, 2023, 4:11pm
2
Hello @Dr_Manul and welcome to the forum! Can you try again with a more recent version of MNE-Python?
Thanks,
Richard
Dr_Manul
(Manul)
February 23, 2023, 4:47pm
3
Thank you sir
Can you tell me how to get most recent version. When i update mne using conda prompt its showing this version only
richard
(Richard Höchenberger)
February 23, 2023, 5:29pm
4
Please install the new version from scratch, following our installation instructions Installing MNE-Python — MNE 1.3.0 documentation
Dr_Manul
(Manul)
February 24, 2023, 5:34am
5
hi sir
i installed recent version of MNE using installer. when i am trying to load the raw .eeg file in spyder
(MNE) i am getting the error
raise ValueError(‘Mat 4 mopt wrong format, byteswapping problem?’)
ValueError: Mat 4 mopt wrong format, byteswapping problem?