Issue40954
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) * ![]() |
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:32 | admin | set | github: 85126 |
| 2020-06-12 09:21:52 | ned.deily | set | nosy:
+ ned.deily messages: + msg371345 |
| 2020-06-12 08:37:31 | 小本健司 | create | |
