Not able to load raw eeg data in .EEG format in MNE python

:question: 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

Hello @Dr_Manul and welcome to the forum! Can you try again with a more recent version of MNE-Python?

Thanks,
Richard

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

Please install the new version from scratch, following our installation instructions Installing MNE-Python — MNE 1.3.0 documentation

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?