sony / nnabla

Neural Network Libraries
https://nnabla.org/
Apache License 2.0
2.73k stars 334 forks source link

build python with pyenv #1145

Closed TomonobuTsujikawa closed 1 year ago

TomonobuTsujikawa commented 1 year ago

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.