You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this makes pigar consider bs4 as optional, pigar will simply ignore it if it is not installed in the local environment. This behavior might be disabled via an additional option, but I don't have strong opinions on this.
If you want to resolve this, you can either remove the try ... except ImportError ... block or install bs4 in the local environment manually.
I have this import in one of the files,
Invoke pigar with:
pigar generate --auto-select --question-answer no
However it cannot find the package name 'beautifulsoup4'.
Same is true for,
I am using rhel 8.9 and python 3.12.0.
The text was updated successfully, but these errors were encountered: