BinaryNotFoundError when trying to pack pex #21447
Replies: 1 comment 1 reply
-
The problem was solved when building under certain conditions (in Linux). To do this, I defined the working and target environments in the root build, then used them when running.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a monorepo managed by pants. The build files and application structure are the same for all services in it. But out of all the services, only one does not start: files_service. When calling
pants run
the files_service starts successfully, but when callingpants package
for files_service-bin the following error occurs:In addition, it is the only service that implements proto interfaces as a server. All proto are defined in folder with BUILD file through the target in it:
Service BUILD file
pants.toml
BUILD (in root)
System info:
There is
unzip
in the environment. The path to it:Beta Was this translation helpful? Give feedback.
All reactions