Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bcf not working with python 3.12 or newer #15

Open
mixicz opened this issue Nov 21, 2024 · 0 comments
Open

bcf not working with python 3.12 or newer #15

mixicz opened this issue Nov 21, 2024 · 0 comments

Comments

@mixicz
Copy link

mixicz commented Nov 21, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant