mne.sys_info¶
-
mne.
sys_info
(fid=None, show_paths=False)[source]¶ Print the system information for debugging.
This function is useful for printing system information to help triage bugs.
- Parameters
- fidfile-like |
None
The file to write to. Will be passed to
print()
. Can be None to usesys.stdout
.- show_pathsbool
If True, print paths for each module.
- fidfile-like |
Examples
Running this function with no arguments prints an output that is useful when submitting bug reports:
>>> import mne >>> mne.sys_info() Platform: Linux-4.2.0-27-generic-x86_64-with-Ubuntu-15.10-wily Python: 2.7.10 (default, Oct 14 2015, 16:09:02) [GCC 5.2.1 20151010] Executable: /usr/bin/python mne: 0.12.dev0 numpy: 1.12.0.dev0+ec5bd81 {lapack=mkl_rt, blas=mkl_rt} scipy: 0.18.0.dev0+3deede3 matplotlib: 1.5.1+1107.g1fa2697 sklearn: 0.18.dev0 nibabel: 2.1.0dev mayavi: 4.3.1 cupy: 4.1.0 pandas: 0.17.1+25.g547750a dipy: 0.14.0