You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During bazel build an error occurs that BUILD file is not found in /private_set_intersection/python
Further Information
I edited my WORKSPACE and BUILD files according to the instructions
I run "bazel build //..."
An error occurs:
INFO: Repository pip_deps instantiated at:
/Users/a1/git_repos/repo_name/WORKSPACE:46:9: in <toplevel>
/private/var/tmp/_bazel_a1/dfe3157b64ac0d90774c2ee53fc75141/external/org_openmined_psi/private_set_intersection/deps.bzl:111:14: in psi_deps
/private/var/tmp/_bazel_a1/dfe3157b64ac0d90774c2ee53fc75141/external/rules_python/python/pip.bzl:160:19: in pip_parse
Repository rule pip_repository defined at:
/private/var/tmp/_bazel_a1/dfe3157b64ac0d90774c2ee53fc75141/external/rules_python/python/pip_install/pip_repository.bzl:474:33: in <toplevel>
ERROR: An error occurred during the fetch of repository 'pip_deps':
Traceback (most recent call last):
File "/private/var/tmp/_bazel_a1/dfe3157b64ac0d90774c2ee53fc75141/external/rules_python/python/pip_install/pip_repository.bzl", line 308, column 18, in _pip_repository_impl
rctx.path(requirements_txt),
Error in path: Unable to load package for //private_set_intersection/python:requirements.txt: BUILD file not found in any of the following directories. Add a BUILD file to a directory to mark it as a package.
- /Users/a1/git_repos/repo_name/private_set_intersection/python
I even tried to add this folder locally, but after that I began receiving other errors. I'm not sure if it's a bug or I'm doing something incorrectly.
My WOKRSPACE:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
Question
During bazel build an error occurs that BUILD file is not found in /private_set_intersection/python
Further Information
I even tried to add this folder locally, but after that I began receiving other errors. I'm not sure if it's a bug or I'm doing something incorrectly.
My WOKRSPACE:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
System Information
Additional Context
Tried on Win10 with WSL, the result is the same.
The text was updated successfully, but these errors were encountered: