ImportError: No module named mne

HI,

I am trying to run MNE python on a supercluster computer via ssh and keep
getting the error:

...line 9, in <module>
    import mne
ImportError: No module named mne

I would have expected the package is part of the environment. Could I just
add it to a folder in my server space and point to it?
Thanks,

Ade
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20180213/79e8329d/attachment.html

hi,

mne is a package pypi:

https://pypi.python.org/pypi/mne

see also our install instruction:
http://martinos.org/mne/stable/install_mne_python.html#install-dependencies-and-mne

Best,
Alex