I have already installed mne packages but nothing detected by jupyter notebook
I got this error
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
Cell In [4], line 12
10 from time import sleep
11 import pyeeg
---> 12 import mne
14 import warnings
15 warnings.filterwarnings("ignore", category=np.VisibleDeprecationWarning)
File ~\AppData\Local\Programs\Python\Python311\Lib\site-packages\mne\__init__.py:31
ValueError: source code string cannot contain null bytes
init.py:31 look like
from .io.base import concatenate_raws
The package was installed with
pip install mne --user