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
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
python 3.12 removed some deprecated symbols, resulting in
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
when runningmake_packages.sh
See https://docs.python.org/3/whatsnew/3.12.html#importlib
I updated
pip
andsetuptools
pinned versions indeterministic-build/
(https://github.com/accumulator/electrum/tree/python312_setuptools), but freeze_packages only yields me a single hash, not exactly sure why..The text was updated successfully, but these errors were encountered: