We've seen this error before when we depend on, sa...
# general
f
We've seen this error before when we depend on, say, boto, when another package we depend on also depends on boto. In that situation the solution was to remove the boto dependency from our BUILD file. However in this case none of the other packages explicitly require auth-client, so we're stumped