Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

freeze.py aborts on macOS #85126

Closed
ghost opened this issue Jun 12, 2020 · 2 comments
Closed

freeze.py aborts on macOS #85126

ghost opened this issue Jun 12, 2020 · 2 comments
Labels
3.8 only security fixes

Comments

@ghost
Copy link

ghost commented Jun 12, 2020

BPO 40954
Nosy @ned-deily

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = None
created_at = <Date 2020-06-12.08:37:31.759>
labels = ['3.8']
title = 'freeze.py aborts on macOS'
updated_at = <Date 2020-06-12.09:21:52.836>
user = None

bugs.python.org fields:

activity = <Date 2020-06-12.09:21:52.836>
actor = 'ned.deily'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Demos and Tools']
creation = <Date 2020-06-12.08:37:31.759>
creator = '\xe5\xb0\x8f\xe6\x9c\xac\xe5\x81\xa5\xe5\x8f\xb8'
dependencies = []
files = []
hgrepos = []
issue_num = 40954
keywords = []
message_count = 2.0
messages = ['371342', '371345']
nosy_count = 2.0
nosy_names = ['ned.deily', '\xe5\xb0\x8f\xe6\x9c\xac\xe5\x81\xa5\xe5\x8f\xb8']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue40954'
versions = ['Python 3.8']

@ghost
Copy link
Author

ghost commented Jun 12, 2020

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

Repository owner added 3.8 only security fixes labels Jun 12, 2020
@ned-deily
Copy link
Member

Thank you for the report. At first glance, it looks like this might be a duplicate of languishing bpo-24871 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.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
@iritkatriel iritkatriel closed this as not planned Won't fix, can't repro, duplicate, stale Jun 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.8 only security fixes
Projects
None yet
Development

No branches or pull requests

3 participants