Running and Verification
Procedure
- Use PuTTY to log in to the server as the root user.
- Download the test case.
git clone https://github.com/mne-tools/mne-python.git
- Go to the test case directory.
cd mne-python/examples/datasets
- Execute the test case.
mkdir /root/mne_data python hf_sef_data.py
If the error message "No module named'xxx'" is displayed, run the pip install xxx command to install the dependencies.
If the following information is displayed, the execution is successful:

Parent topic: MNE-Python Porting Guide (openEuler 20.03)