Hello Not sure if this is a right channel, Please ...
# general
b
Hello Not sure if this is a right channel, Please point me if this is not correct one I'm trying to setup pants in my office workspace. On Mac OS Mojave we use 1.15.0 pants version and python 2.7 version
Copy code
./pants -v 
- 1.15.0`
when I build python binary using pants. It results into success
Copy code
./pants binary src/main/python:dag-bag
> Waiting for background workers to finish.
10:53:30 00:05   [complete]
               SUCCESS
But when I'm trying to build java/scala build I get below issues