我无法安装jmespath-term
它给了我:
>> 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版
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)
答案 0 :(得分:3)
jmespath-term
似乎在pypi
索引中有一个替代名称:
使用pip(pip search jmespath-term
)进行搜索会返回:
jmespath-terminal - JMESPath Terminal
所以pip install jmespath-terminal
应该适合你。