[Mne_analysis] Error MNE-Import: Upgrade to mne_dev_version

Alexandre Gramfort alexandre.gramfort at inria.fr
Wed Feb 13 10:30:21 EST 2019
Search archives:

        External Email - Use Caution        

this is a bug.

can you open an issue here:

https://github.com/mne-tools/mne-python/issues

?

we'll take from there on the issue.

thanks
Alex

On Wed, Feb 13, 2019 at 12:49 PM Mar Tin <beetlejuice920 at gmail.com> wrote:
>
>         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+https://github.com/mne-tools/mne-python.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
> _______________________________________________
> Mne_analysis mailing list
> Mne_analysis at nmr.mgh.harvard.edu
> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis



More information about the Mne_analysis mailing list