maybe your computer have’t the libs as follows: numba, nibabel, nilearn, dipy, openmeeg, cupy, h5io. When I used Nuitka to package and compile a Python source program that references MNE and MNE-Connectivity, it showed that the packaging was successful. However, the compiled program couldn’t run normally. The console output captured indicated that there was a problem with the initialization of the init () file.the combile and packge instruction as follows:python -m nuitka --mingw64 --standalone --jobs=2 --windows-disable-console --show-progress --enable-plugin=pyqt5 --plugin-enable=numpy --nofollow-imports --include-package=mne,mne_connectivity --follow-import-to=gui --output-dir=out brain_connectivity_analysis1.0.0.py