-
-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Labels
Description
I have this import in one of the files,
try:
from bs4 import BeautifulSoup
bs4_support = True
except:
bs4_support = False
Invoke pigar with:
pigar generate --auto-select --question-answer no
However it cannot find the package name 'beautifulsoup4'.
Same is true for,
try:
import jinja2
jinja_support = True
except ImportError:
jinja_support = False
I am using rhel 8.9 and python 3.12.0.