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. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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 runthe files_service starts successfully, but when callingpants packagefor 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
unzipin the environment. The path to it:All reactions