-
Notifications
You must be signed in to change notification settings - Fork 207
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
distutils error when building pip_library rule #294
Comments
Yup, I discovered this one the other day - there is an issue with the way Homebrew configures pip which results in this error. There is a fix on master, I'm just waiting to resolve a couple of other issues before releasing a new version. I'll keep this issue open until then. |
Thanks! |
By the way, is it intended that the proto rules depend on having a build rule //third_party/python:proto? It seemed a bit odd that I have to create that, since the proto rules are included with please. |
It's intended for now. A nicer solution in the longer term would be to be able to generate "one-off" rules somewhere so it did just appear. That's a little fiddly though since you often want to be able to control the version used, hence one reason why it hasn't happened yet. |
This is fixed in 12.1.x |
I get an error on mac when trying to build a pip_library rule. I installed python and pip using homebrew. Below is a log:
The text was updated successfully, but these errors were encountered: