Jira Import error

Leelavathi February 14, 2020

HI,I have done pip install jira==1.0.15 and pip install jira-python==0.2.2 in docker and its installed without any issue,still am getting below issue,

 

from jira import JIRA

 ModuleNotFoundError: No module named 'jira'

2 answers

0 votes
Krish Krishnan May 28, 2020

Try this - sudo easy_install jira or sudo pip install jira - courtesy this stack overflow link

- https://stackoverflow.com/questions/40291398/jira-python-error

0 votes
Ismael Jimoh
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.
February 14, 2020

I'm not an expert on this but your problem may be related to: https://github.com/pycontribs/jira/issues/320

Have a look at some of the suggestions by hdost as this may help you.

Regards.

Suggest an answer

Log in or Sign up to answer