-
Notifications
You must be signed in to change notification settings - Fork 79
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
protobuf and eigen scripts don't seem to be working. #39
Comments
I ran into a similar issue but for me the grep just never matched. I manually looked into the workspace.bzl file and the eigen entry used to be inside a "native.new_http_archive" entry but now it's in "tf_http_archive" thus the regex needs to be changed.
After commenting out the original and using the replacement line shown above, everything works again. For the protobuf.sh script the same thing happened but the fix was slightly different.
Good luck! |
Apple switched from GNU grep to BSD grep in MacOS 10.8 so the two scripts will fail on Darwin due to the unknown |
Another problem is that for me, |
I manually set
Note: set the values according to your /tensorflow/workspace.bzl |
I might be missing something obvious, but no matter what I have tried so far these commands fail. Was there something in an update that broke this? It seems to be related to a GREP issue.
The text was updated successfully, but these errors were encountered: