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

Don't try to install venv with pip #322

Closed
wants to merge 1 commit into from
Closed

Conversation

rotu
Copy link

@rotu rotu commented Jan 6, 2025

venv is a built-in module and not a package distributed through pypi. It can't be installed with pip.

`venv` is a built-in module and *not* a package distributed through pypi. It can't be installed with `pip`.
@rotu
Copy link
Author

rotu commented Jan 10, 2025

This is causing the warnings in zeromq.js CI. e.g
https://github.com/zeromq/zeromq.js/actions/runs/12716755426/job/35451770448#step:5:65

Warning: Failed to install venv: Error: Command failed with exit code 1: /opt/homebrew/bin/brew install venv --overwrite. Ignoring...

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 this pull request may close these issues.

1 participant