Conda – UnsatisfiableError – when installing modules

I was installing TensorFlow for Python 3.6 using conda and I got the error conda install -c conda-forge tensorflow Fetching package metadata …………… Solving package specifications: . UnsatisfiableError: The following specifications were found to be in conflict: – python 3.6* – tensorflow -> python 3.5* Use “conda info <package>” to see the dependencies for each … [Read more…]