2

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

1 Answer 1

2

Check out documentation in pypi.python.org.

To install:

pip install jira

or

easy_install jira
Sign up to request clarification or add additional context in comments.

2 Comments

I figured this as well, this is the right answer :)
I needed to run with superuser permission (ie sudo pip install jira)

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.