I have looked at other similar questions but as a python newbie I am rather stumped.
I have installed Anaconda 3 and have installed successfully a number of libraries. I recently installed the jira library (with no problems) but in the Jupyter notebook I get "ModuleNOtFoundError" enter image description here
When I go to terminal and run from jira import JIRA I get from: can't read /var/mail/jira
pip show jira gives me Name: jira Version: 2.0.0 Summary: Python library for interacting with JIRA via REST APIs. Home-page: https://github.com/pycontribs/jira License: BSD Location: /Users/MeadenG/anaconda3/lib/python3.7/site-packages Requires: requests, defusedxml, oauthlib, requests-toolbelt, pbr, setuptools, six, requests-oauthlib
Have I not had this problem with any other libraries and I cant find any clues in the jira library documentation. Can anyone please help?