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 -
Traceback (most recent call last):
File "<filepath>\util.py", line 3, in <module>
from jira import JIRA
ModuleNotFoundError: No module named 'jira'
Can you please help. Thank you.