Ned Deily added the comment:
Thank you for the report. At first glance, it looks like this might be a
duplicate of languishing Issue24871 for which a patch exists. Perhaps you could
try applying the patch there to freeze.py and see whether that helps.
Unfortunately, freeze.py does not get a
New submission from 小本健司 :
freeze.py (in cpython/Tools/freeze) fails with the folloing error.
```
$ ~/.pyenv/versions/3.8.0/bin/python freeze.py
Error: needed directory
/Users/k-omoto/.pyenv/versions/3.8.0/lib/python3.8/config-3.8 not found
Use ``freeze.py -h'' for help
```
--
componen