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?
I have same issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.