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
Due to deprecation of distutils module (see PEP 632 for details), bcf is not working on python 3.12 or newer.
On newer linux distributions with default python 3.12+, workaround is to install older python interpreter (e.g. apt install python3.11-minimal) and use pipx to install bcf with older interpreter:
pipx install --python python3.11 bcf
The text was updated successfully, but these errors were encountered:
Due to deprecation of distutils module (see PEP 632 for details), bcf is not working on python 3.12 or newer.
On newer linux distributions with default python 3.12+, workaround is to install older python interpreter (e.g.
apt install python3.11-minimal
) and usepipx
to installbcf
with older interpreter:The text was updated successfully, but these errors were encountered: