This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: freeze.py aborts on macOS
Type: Stage:
Components: Demos and Tools Versions: Python 3.8
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: ned.deily, 小本健司
Priority: normal Keywords:

Created on 2020-06-12 08:37 by 小本健司, last changed 2022-04-11 14:59 by admin.

Messages (2)
msg371342 - (view) Author: 小本健司 (小本健司) Date: 2020-06-12 08:37
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
```
msg371345 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2020-06-12 09:21
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 lot of attention here.
History
Date User Action Args
2022-04-11 14:59:32adminsetgithub: 85126
2020-06-12 09:21:52ned.deilysetnosy: + ned.deily
messages: + msg371345
2020-06-12 08:37:31小本健司create