I'm trying to install MySQL-python with conda. I get the following error:
> conda install MySQL-python
Fetching package metadata .........
Solving package specifications: .
UnsatisfiableError: The following specifications were found to be in conflict:
- mysql-python -> python 2.7* -> openssl 1.0.1*
- python 3.6*
Use "conda info <package>" to see the dependencies for each package.
I don't even understand which is the conflict... maybe python 2.7 and 3.7 cannot coexist?