Pip installation: ModuleNotFoundError: 'mne' is not a package

MNE-Python works fine without Anaconda. You need to make sure to use the Python interpreter which you used to pip install mne. If python -c "import mne; mne.sys_info()" works for you, you need to use python in your scripts. You can find out where that binary is located with which python.

1 Like