pybind / pybind/pybind11_protobuf
BUILD file not found in directory 'python' of external repository @com_google_protobuf
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 67
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with BUILD:39 and the external repository reference @com_google_protobuf//python, using issue #139 for context. Reproduce the failure for the my_ext.so target and inspect how the external repository is configured. Done means the reported missing BUILD file error is resolved or the expected development-state limitation is documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100