No such file or directory for .whl files #21644
Unanswered
allcupsnotinprivate
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I added a .whl file to my repository. The directory for files is in the root and is called
wheelshouse
. When generating lock files, pants identify .whl files in it successfully. But when building pex, an error is returned that the dependency file was not found.pants.toml
output:
P.S. the correct location of the files is hidden under the PATH
This situation only occurs when packing a docker image. If pack pex, then everything happens successfully
BUILD
Beta Was this translation helpful? Give feedback.
All reactions