On Mac and aarch64 environment, we faced python issue: <frozen importlib._bootstrap>:110: KeyError
This seems to be caused by a bug: https://bugs.python.org/issue43546 , and this is fixed by latest.
But distributed packages on each environment are not upgraded as of now,
so we have decided to use pyenv to use latest python version and for easy to migrate to new version.
On Mac and aarch64 environment, we faced python issue:
<frozen importlib._bootstrap>:110: KeyError
This seems to be caused by a bug: https://bugs.python.org/issue43546 , and this is fixed by latest.But distributed packages on each environment are not upgraded as of now, so we have decided to use pyenv to use latest python version and for easy to migrate to new version.