Hello! New user, just going through a PoC to prove...
# singer-taps
b
Hello! New user, just going through a PoC to prove that the platform will do what we need it to... We've managed to get extracts working from Shopify - so that's a big tick. However, we can't get the tap-netsuite connector to work as we need it to - I've added all of the keys and secrets required, and I'm getting the following messsage: ModuleNotFoundError: No module named 'urllib3.packages.six.moves' I'm running this on an Ubuntu docker image, with just python 3.10.8 installed. I've tried it with a couple of other versions of python on Windows, and get the same message. Any ideas?
e
Hi @Ben Kentzer! What's the variant of tap-netsuite in your
meltano.yml
?
b
Hello! We're using the default one - hotgluexyz We've managed to get it working by going into the virtual environment for the tap, and activating it, and then upgrading request and then urllib3 to the latest versions. We have an issue at the NetSuite end still (endpoint doesn't exist) so once that's sorted, I'll see if I can get this put through as a fix. Thanks 🙂 Ben
e
I see you logged an issue, so thanks for that!
We have an issue at the NetSuite end still (endpoint doesn't exist)
Let me know if I can help. If it's for a single stream, you could try unselecting it to let other streams sync in the meantime.
b
Thank you 🙂 We're not running anything yet in live - this will be our first (we should have picked an easier one!). Hopefully this will be resolved in the next day or so as we'd love to get some data flowing this side of Christmas 🙂 Thanks Ben
👍 1