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

Bootstrap is broken (looking for lib2to3 in the wrong places) #20143

Closed
bzbarsky-apple opened this issue Jun 30, 2022 · 2 comments · Fixed by #20158
Closed

Bootstrap is broken (looking for lib2to3 in the wrong places) #20143

bzbarsky-apple opened this issue Jun 30, 2022 · 2 comments · Fixed by #20158

Comments

@bzbarsky-apple
Copy link
Contributor

Problem

After #19992 bootstrap is broken: it looks for lib2to3, but even installing it with pip3 install 2to3 does not help, because it looks for it in a (hardcoded) wrong place.

For now people are limping along by manually creating the wrong-place directory, but that's really not sane.

Proposed Solution

We need to either roll back #19992 or get this fixed ASAP on the pigweed side.

@woody-apple @andy31415 @mspang @rgoliver

@bzbarsky-apple
Copy link
Contributor Author

Note that this is currently blocking me from doing some things, by the way, because I don't really want to mess with sudo and my system Python install to placate this broken script...

@super-T-23
Copy link

Hi i met the same problem and pull latest pigweed version does not help either

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants