pybind11_protobuf
pybind11_protobuf copied to clipboard
BUILD file not found in directory 'python' of external repository @com_google_protobuf
Referencing #139, I almost got pybind11_protobuf working in my repository, but I get the following error: BUILD:39:17: no such package '@com_google_protobuf//python': BUILD file not found in directory 'python' of external repository @com_google_protobuf. Add a BUILD file to a directory to mark it as a package. and referenced by '//mypath:my_ext.so'
.
Is this to be expected in the current development state?