Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

JIRA Python installation question

Victor Hsu January 17, 2013

Hi,

No sure if it is right place to ask this question.

I just installed jira-python tool in my Win7 with pip tool.

However, when I try to use jirashell. Python gives me such error message. I am not familiar with python.

Can someone give me some hint for how to fix ? thanks

F:\MyProgram\dist\pip-1.2.1>jirashell

Traceback (most recent call last):

File "F:\Python2.7\Scripts\jirashell-script.py", line 5, in <module>

from pkg_resources import load_entry_point

File "F:\Python2.7\lib\site-packages\setuptools-0.6c11-py2.7.egg\pkg_resources

.py", line 2607, in <module>

File "F:\Python2.7\lib\site-packages\setuptools-0.6c11-py2.7.egg\pkg_resources

.py", line 565, in resolve

pkg_resources.DistributionNotFound: pyreadline>=1.7.1


2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Renjith Pillai
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 19, 2013

Did you perform the installation as per the docs at http://jira-python.readthedocs.org/en/latest/ ? It says to install using "pip install jira-python"

(I am assuming that you are referring to the same)

It mentions a lot of dependencies and you exception looks to be a dependency issue and looks like you have just downloaded the distribution.

Victor Hsu January 19, 2013

Yes. I use pip install and it helps to install a lot of modules...

I don't understand why I still can't use jirashell.

Phillip Ponzer [Cprime]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 22, 2014

@Renjith is right, you need to run "pip install jira-python" rather than what the instructions say ("pip install jira").

https://bitbucket.org/bspeakmon/jira-python/issue/90/pip-install-jira-doesnt-work

Vijay Sv June 12, 2018

Yes, using "pip install jira-python" worked for me.

0 votes
kz1212 July 27, 2017

where do i issue this command? sorry i am totally new to here.

kz1212 July 27, 2017

pip install jira-python

Phillip Ponzer [Cprime]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 27, 2017

At command prompt.

kz1212 July 27, 2017

i found out the solution. i was trying in windows. this is actually for linux, thanks

Phillip Ponzer [Cprime]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 27, 2017

You can use python in Windows. Just make sure Python is in your PATH environmental variable.

TAGS
AUG Leaders

Atlassian Community Events