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

Install pip to fix test vector generators #3926

Closed
wants to merge 2 commits into from

Conversation

jtraglia
Copy link
Member

Since upgrading to python v3.12, pip is not longer installed by default. We must install it ourselves.

See this error in the test vector generation action:

https://github.com/ethereum/consensus-specs/actions/runs/10895315028/job/30233349401

The error messages are long, but this is the important part:

venv/bin/python3: No module named pip

We cannot add pip to the test generator requirements, as it's needed before then. So we must install pip in another step. An easy way to do this is to install the "preinstallation requirements" which includes pip.

@jtraglia
Copy link
Member Author

This isn't enough to fix things. Closing. Will make a new PR.

@jtraglia jtraglia closed this Sep 17, 2024
@jtraglia jtraglia deleted the preinstall-reqs-testgen branch September 17, 2024 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants