Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot find the JIRA python library

Graham Meaden January 7, 2019

I have been running Python Anaconda/Jupyter successfully and decided to install the JIRA library.

I downloaded the latest version and everything seem to install well. See script belowScreenshot 2019-01-07.png

However, when running the example code, I cannot get python to see the library. See below.

Screenshot 2019-01-07 at 23.37.30.png

pip list shows the modules installed. See below.

Screenshot 2019-01-07 at 23.43.01.png

 

Any ideas?

Have I missed something obvious?

1 answer

0 votes
Fábio W. [Atlassian]
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 21, 2019

Hi Graham, 

One thing I would like to know is which Python version you are currently using, is it 2.x or 3.x?

I have experienced some problems regarding pip installations before because I was using a 3.x Python version. 

What you could try to do is instead of running this the command you are using:

pip install jira

Use this one:

pip3 install jira 

pip3 install packages for Python 3.x version.

Could try to do that and tell us if it works?

 

Regards, 

Fábio. 

Suggest an answer

Log in or Sign up to answer