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 below
However, when running the example code, I cannot get python to see the library. See below.
pip list shows the modules installed. See below.
Any ideas?
Have I missed something obvious?
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.