I'm getting this error on Ubuntu 14.04, trying to re-install python3.6 which was very recently located in my directory here:
~/anaconda3/bin/python3.6
When I try this, I get the following error:
$ conda install python=3.6
Solving environment: failed
UnsatisfiableError: The following specifications were found to be in conflict:
- python=3.6
- ssl_match_hostname -> python=2.7
Use "conda info <package>" to see the dependencies for each package.
How would I debug this? The output of
conda info ssl_match_hostname
doesn't seem very informative.