Hi team/charles! I'm working on the appsflyer inte...
# contributing-to-airbyte
m
Hi team/charles! I'm working on the appsflyer integration, when I ran the second step in the checklist:
Copy code
./gradlew :airbyte-integrations:connectors:source-appsflyer-singer:build
The task entered into an infinite loop (more than 10minutes, and was still running): The only thing I did was to add install_requires=tap-appsflyer in the setup.py
u
Hi Murilo, can you try pinning to a specific version e.g
appsflyer==x.y.z.
?
u
there was a recent change in python’s dependency resolution algorithm that could be related: https://pip.pypa.io/en/latest/user_guide/#changes-to-the-pip-dependency-resolver-in-20-3-2020
u
I did as well tap-appsflyer==0.0.12
u
I also purged the pip cache
u
does running
pip install .
from the connector directory (with the venv activated) behave differently?
u
Let me try
u
2 min, I was resetting everything
u
My ubuntu ran out of space. I need about 30min to solve it, sorry
u
np
u
hi @s,
Copy code
pip install.
works fine
u
@Murilo Nigris do you have your branch on github somewhere I can try?
u
1 sec, and I share with you
u
Were you able to access it?
u
Running into the problem too
u
looking into what we can do about it
u
Coding is an endless source of happiness hahaha
u
Thanks
u
https://github.com/airbytehq/airbyte/pull/1658 downgrading pip seems to fix the issue
u
once this is merged, you’ll just need to pull origin master and I think you should be good to go. Make sure to 1. remove the
.venv
directory in your connector module, then rerun
./gradlew :airbyte-integrations:connectors:source-appsflyer-singer:build
u
Thank you @s 😄
u
if you want to move quickly on this you can also merge the branch into your branch
u
or just make the change manually