https://linen.dev logo
m

Murilo Nigris

01/14/2021, 5:30 PM
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

user

01/14/2021, 5:39 PM
Hi Murilo, can you try pinning to a specific version e.g
appsflyer==x.y.z.
?
u

user

01/14/2021, 5:41 PM
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

user

01/14/2021, 5:45 PM
I did as well tap-appsflyer==0.0.12
u

user

01/14/2021, 5:45 PM
I also purged the pip cache
u

user

01/14/2021, 5:45 PM
does running
pip install .
from the connector directory (with the venv activated) behave differently?
u

user

01/14/2021, 5:45 PM
Let me try
u

user

01/14/2021, 5:46 PM
2 min, I was resetting everything
u

user

01/14/2021, 5:49 PM
My ubuntu ran out of space. I need about 30min to solve it, sorry
u

user

01/14/2021, 5:50 PM
np
u

user

01/14/2021, 8:56 PM
hi @s,
Copy code
pip install.
works fine
u

user

01/14/2021, 9:22 PM
@Murilo Nigris do you have your branch on github somewhere I can try?
u

user

01/14/2021, 9:22 PM
1 sec, and I share with you
u

user

01/14/2021, 10:08 PM
Were you able to access it?
u

user

01/14/2021, 10:50 PM
Running into the problem too
u

user

01/14/2021, 10:50 PM
looking into what we can do about it
u

user

01/14/2021, 10:51 PM
Coding is an endless source of happiness hahaha
u

user

01/14/2021, 10:51 PM
Thanks
u

user

01/14/2021, 11:48 PM
https://github.com/airbytehq/airbyte/pull/1658 downgrading pip seems to fix the issue
u

user

01/14/2021, 11:50 PM
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

user

01/15/2021, 12:01 AM
Thank you @s 😄
u

user

01/15/2021, 12:03 AM
if you want to move quickly on this you can also merge the branch into your branch
u

user

01/15/2021, 12:03 AM
or just make the change manually
2 Views