Search code examples
macospython-2.7pipjmespath

Install jmespth-term in Mac OSx


I am unable to install jmespath-term

It gives me :

>> sudo pip install jmespath-term

Collecting jmespath-term
  Could not find any downloads that satisfy the requirement jmespath-term
  No distributions at all found for jmespath-term

Python Version

python --version
Python 2.7.5

Pip Version

pip --version
pip 6.0.3 from /Library/Python/2.7/site-packages/pip-6.0.3-py2.7.egg (python 2.7)

Solution

  • jmespath-term appears to have an alternate name in the pypi index:

    Doing a search with pip (pip search jmespath-term) returns:

    jmespath-terminal         - JMESPath Terminal
    

    So pip install jmespath-terminal should work for you.