When installing pydot, conda wants me to have an older version of python. How can I fix this? Will this package not work with my current python version?
conda install pydot
Fetching package metadata .........
Solving package specifications: .
UnsatisfiableError: The following specifications were found to be in conflict:
- pydot -> pyparsing 1.5.6 -> python 3.3*
- python 3.5*
Use "conda info <package>" to see the dependencies for each package.