- MNE version: using the online version I do not have the install on my computer
- operating system: Windows 10
well I am new here I I have been using MNE for a month now and I have some issues with some libraries . I am working with google colab I have one demo in mne that I am trying to reproduce .my colob is connected to my drive and I have install MNE in colab
here is the error once I try to run it:
code : !python 01-anatomy.py
error:
Traceback (most recent call last):
File “01-anatomy.py”, line 31, in
from library.config import study_path, subjects_dir, N_JOBS, spacing
File “/content/gdrive/MyDrive/mne-biomag-group-demo-master/scripts/processing/library/config.py”, line 17, in
user = os.environ[‘USER’]
File “/usr/lib/python3.7/os.py”, line 681, in getitem
raise KeyError(key) from None
KeyError: ‘USER’
here is the picture :
So I need your help please