Hi,
I'm having some trouble installing ete3 using the recommended conda way. I first ran conda install -y pip six numpy pyqt lxml gcc
to install all the dependencies, but then when I ran conda install -c etetoolkit ete3 ete3_external_apps
I was met with this error:
UnsatisfiableError: The following specifications were found to be in conflict:
- ete3_external_apps -> python 2.7* -> openssl 1.0.1*
- python 3.6*
Use "conda info <package>" to see the dependencies for each package.
Is this implying that my python 2.7 is conflicting with the current python 3 version?
I had a similar error from installing a different package. I solved it by removing everything that are in conflict (including python itself), and then installing what I need (in your case, ete3). This way, conda should also install python again because it's one of the dependencies.
I hope this helps,
Are you trying to do this inside a virtualenv?
No, I don't think so.
You could try it as such? Using virtualenvs often solved package conflicts etc.