`./gradlew :airbyte-integrations:connectors:source...
# contributing-to-airbyte
s
./gradlew :airbyte-integrations:connectors:source-file:installLocalReqs
fails for me: https://gist.github.com/gordalina/39915a946816fb6b4456fe77197d8c8b it says it can't find the arrow module
u
I think Davin was having the same issue. I'm afk but I think there is a GitHub issue for this.
u
Hey Samuel, you are missing the apache arrow libs.
brew install apache-arrow
should get you further along. Although I expect you’ll eventually run into the same error as me. Give it a shot?