External Email - Use Caution
Dear mne-community,
when I tried to upgrade mne to the developement version with the pip
--upgrade command and afterwards tried to import mne, I got this error on
Anaconda on Windows 10:
(mne_dev) C:\>pip install --upgrade --no-deps git+
Collecting git+https://github.com/mne-tools/mne-python.git
Cloning https://github.com/mne-tools/mne-python.git to [...]
Building wheels for collected packages: mne
Building wheel for mne (setup.py) ... done
Stored in directory: [...]
Successfully built mne
Installing collected packages: mne
Found existing installation: mne 0.18.dev0
Uninstalling mne-0.18.dev0:
Successfully uninstalled mne-0.18.dev0
Successfully installed mne-0.18.dev0
(mne_dev) C:\>python
Python 3.6.8 |Anaconda, Inc.| (default, Feb 11 2019, 15:03:47) [MSC v.1915
64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
import mne
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Anaconda3\envs\mne_dev\lib\site-packages\mne\__init__.py", line
25, in <module>
from .io.pick import (pick_types, pick_channels,
File "C:\Anaconda3\envs\mne_dev\lib\site-packages\mne\io\__init__.py",
line 24, in <module>
from . import edf
File
"C:\Anaconda3\envs\mne_dev\lib\site-packages\mne\io\edf\__init__.py", line
7, in <module>
from .edf import read_raw_edf, read_raw_bdf, read_raw_gdf,
find_edf_events
File "C:\Anaconda3\envs\mne_dev\lib\site-packages\mne\io\edf\edf.py",
line 34, in <module>
md5='12134a9be7e0bfa5941e95f8bfd330f7')
File "C:\Anaconda3\envs\mne_dev\lib\site-packages\mne\io\edf\_utils.py",
line 19, in _load_gdf_events_lut
fname)
*ValueError: File
C:\Anaconda3\envs\mne_dev\lib\site-packages\mne\io\edf\gdf_encodes.txt is
corrupted. mdf5 hashes don't match.*
I'd be glad, if you could help me with that.
Kind regards
Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20190213/64a9d0f0/attachment-0001.html