I am trying to install the Mrjob package for Python and I get the following error:
AJs-MacBook-Pro-13:~ aj$ conda install -c asmeurer mrjob
Fetching package metadata .............
Solving package specifications: .
UnsatisfiableError: The following specifications were found to be in conflict:
- mrjob -> python 2.7*
- python 3.6*
Use "conda info <package>" to see the dependencies for each package.
Can someone tell me what I am doing wrong?