-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"No module named 'pytz'" but there is no pytz in the code #9
Comments
Also encountering this issue trying to use the sendgrid tap in Stitch. Data extracts have been failing since at least December. @ViniciusARZ did you come to any resolution on your issue?
|
I'm also having this same issue (trying to use the SendGrid tap in Stitch) |
I did a quick PR that I think will fix this issue. But looking at the activity for this tap, I don't expect anyone will review it any time soon. In any case, it lives here |
Hope it works out! The solution for my case (we were really in need of an analytics structure for Sendgrid) was basically leave stitch and go to other providers. Still, hope the issue gets solved soon. |
Once I've started testing that change, I realised there were a couple of other issues because some of the older APIs have been deprecated. As such, I've started creating a new tap using the singer spec. I'll try to spend some time on it and get back to you if I end up finishing it. |
Hello |
Hello! I started to use the integration recently, and it worked fine, but out of the blue this error kept coming up when reading the
from singer import utils
module, and it broke the entire connection in Stitch. Any ideas on how to fix it? I reviewed the code and everything seems fine to me...The text was updated successfully, but these errors were encountered: