Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

python Jira API run failed: ModuleNotFoundError: No module named 'beautifulsoup4'

Jungah Kim
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 16, 2024

 

 I got some error logs below with running python Jira API.

 

Traceback (most recent call last): 
File "/home/runner/work/slack_notion/slack_notion/morning_jira.py", line 10, in <module>
from atlassian import Jira
File "/opt/hostedtoolcache/Python/3.11.7/x64/lib/python3.11/site-packages/atlassian/__init__.py", line 5, in <module>
from .confluence import Confluence
File "/opt/hostedtoolcache/Python/3.11.7/x64/lib/python3.11/site-packages/atlassian/confluence.py", line 10, in <module>
from beautifulsoup4 import BeautifulSoup
ModuleNotFoundError: No module named 'beautifulsoup4'
Error: Process completed with exit code 1.

 

 How can I fix it?

 

1 answer

0 votes
Jaroslaw Sokolowski
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 17, 2024

I have same issue.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events