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

make_packages.sh fails on python3.12 #9199

Open
accumulator opened this issue Sep 16, 2024 · 0 comments
Open

make_packages.sh fails on python3.12 #9199

accumulator opened this issue Sep 16, 2024 · 0 comments

Comments

@accumulator
Copy link
Member

accumulator commented Sep 16, 2024

python 3.12 removed some deprecated symbols, resulting in AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? when running make_packages.sh

See https://docs.python.org/3/whatsnew/3.12.html#importlib

I updated pip and setuptools pinned versions in deterministic-build/ (https://github.com/accumulator/electrum/tree/python312_setuptools), but freeze_packages only yields me a single hash, not exactly sure why..

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