Dear Community,
I have facing issue while running an import statement - from jira import JIRA
I have module installed. I have no compilation error in file (file name - util.py)
When I run this statement individually using SHIFT+Enter, it runs fine without error.
But when I run a file I get error -
This is resolved by deleting a virtual environment. Creating new one and installing library again.
Can you make sure that you already have installed the jira module. Are you using an virtual environment in python ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Mohamed Benziane Yes, I have already installed the module and dependencies. I am using a virtual environment which is active.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.