problem

Hi
I have problem installing MNE on Python 3.6.2.
Could you please help me for this case.
Best,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20180218/b5d8e866/attachment.html

Hi Sayan,

Could you give some more information about how you're installing mne? Are
you using pip install for installing mne or are you using the git repo?

Hi,

conda install -c conda-forge mne

the error is UnsatisfiableError: The following specifications were found to
be in conflict:

  - mne -> mayavi -> apptools 4.2.0 -> python 2.7*

  - python 3.6*

Could you try using `pip install -U mne` ?

Thanks it works. Could you just provide me with some information about
that! How it could solve that problem.

Hi Sayan, I am not exactly sure why conda-forge didn't work. Just a random
guess, there might be an incompatibility in how it's being bundled. I don't
know much about how it works. With pip, we deploy the release package there
directly. Maybe you can raise an error on the mne-feedstock
<https://github.com/conda-forge/mne-feedstock> that is supplied to
conda-forge?

Best,

Hi Teon,
Thank you very much for your email! I'm new to programming and python and
try to learn how to resolve these issues.
Thanks again,
Best,
Sayan