0

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?

clemens
  • 16,716
  • 11
  • 50
  • 65
aj31
  • 157
  • 1
  • 15

1 Answers1

0

steps:: --open your command prompt and change your directory to C:\Python27\Scripts --make sure that you have install 'pip' or 'easy_install' --if you have pip install then directly give command

pip install mrjob or easy_install mrjob

it will take few minutes to install the package .once its get completed the check that whether that package is install or not with following command

import mrjob