Search code examples
python-3.xjirapython-jira

Error while installing jira_python


I execute the following command

pip install jira_python

as per the documentation here - http://jira-python.readthedocs.org/en/latest/

I get an error -

Could not find a version that satisfies the requirement jira-python (from versions: ) No matching distribution found for jira-python


Solution

  • Check out documentation in pypi.python.org.

    To install:

    pip install jira
    

    or

    easy_install jira