I have some problems loading mat files into spyder environment. I update my conda version and OS system (now I have Windows 10) and my script doesn't work anymore.
This is the script:
import scipy.io as sio
# I do a lot of stuff here
file = "filename.mat"
a = sio.loadmat(file)
I have found that there is a problem with the loadmat
routine, but I don't know what.
I have this information about the system:
It works before system operation update. Previus version was Windows 7, 64 bits
The error message when load line is executing: "Apparently the core died unexpectedly. Use 'Restart the core' to continue using this terminal."
UPDATE 1:
I have tested in a laptop the same situation, i.e., windows updating as well anaconda. The same problem with scipy.io.loadmat
UPDATE 2:
I installed an older version of anaconda. IT WORKS!!... Does somebody know what to do now?
Regards
This is a bug in the new scipy
. You should downgrade it by running this in the Command Prompt:
conda install scipy==0.16.0
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With