I’m encountering a dependency resolution problem w...
# general
b
I’m encountering a dependency resolution problem while implementing a feature using whisper with Pantsbuild in Docker. Here’s the GitHub issue: https://github.com/pantsbuild/pants/issues/19505
p
I had the exact same issue when I first tried out docker support for Mac. Tldr you need to tell Pants that you want to build a pex for different platforms: https://www.pantsbuild.org/docs/reference-pex_binary#codeplatformscode
👀 1