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.
I have this import in one of the files,
Invoke pigar with:
pigar generate --auto-select --question-answer noHowever it cannot find the package name 'beautifulsoup4'.
Same is true for,
I am using rhel 8.9 and python 3.12.0.