Error occured during running the native training
I have installed python version 3.7.17, and numpy version 1.19.5 so it can be compatible with bazel version 3.1.0. i also using ubuntu version 22.04.5 LTS which is more stable. but these errors occured
DEBUG: Rule 'hedron_compile_commands' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "51ab2b3d0ef91b2202493a6e259c6151ac175eb6189860c1ba6212ccc57f9d3d" DEBUG: Repository hedron_compile_commands instantiated at: no stack (--record_rule_instantiation_callstack not enabled) Repository rule http_archive defined at: /home/zakymx/.cache/bazel/_bazel_zakymx/c5475d6eaa4a638296d9cea48e4ad4d6/external/bazel_tools/tools/build_defs/repo/http.bzl:336:16: in INFO: Repository pip_deps instantiated at: no stack (--record_rule_instantiation_callstack not enabled) Repository rule pip_repository defined at: /home/zakymx/.cache/bazel/_bazel_zakymx/c5475d6eaa4a638296d9cea48e4ad4d6/external/rules_python/python/pip_install/pip_repository.bzl:67:18: in ERROR: An error occurred during the fetch of repository 'pip_deps': rules_python_external failed: Collecting cityhash==0.4.1 Using cached https://files.pythonhosted.org/packages/60/04/8148b440ea2f03e2132a59fd10f6b52728c3602ef69fbd7721e32b5d0457/cityhash-0.4.1-cp37-cp37m-manylinux2010_x86_64.whl Saved ./cityhash-0.4.1-cp37-cp37m-manylinux2010_x86_64.whl ERROR: Skipping '//monolith/native_training:demo': no such package '@pip_deps//': rules_python_external failed: Collecting cityhash==0.4.1 Using cached https://files.pythonhosted.org/packages/60/04/8148b440ea2f03e2132a59fd10f6b52728c3602ef69fbd7721e32b5d0457/cityhash-0.4.1-cp37-cp37m-manylinux2010_x86_64.whl Saved ./cityhash-0.4.1-cp37-cp37m-manylinux2010_x86_64.whl WARNING: Target pattern parsing failed. ERROR: no such package '@pip_deps//': rules_python_external failed: Collecting cityhash==0.4.1 Using cached https://files.pythonhosted.org/packages/60/04/8148b440ea2f03e2132a59fd10f6b52728c3602ef69fbd7721e32b5d0457/cityhash-0.4.1-cp37-cp37m-manylinux2010_x86_64.whl Saved ./cityhash-0.4.1-cp37-cp37m-manylinux2010_x86_64.whl INFO: Elapsed time: 7.589s INFO: 0 processes. FAILED: Build did NOT complete successfully (0 packages loaded) FAILED: Build did NOT complete successfully (0 packages loaded) currently loading: monolith/native_training
Source: bytedance/monolith