hi all, Trying to work through a small POC loadin...
# getting-started
a
hi all, Trying to work through a small POC loading data from Salesforce to Redshift. After setting up the tap-salesforce extractor, I am trying to test that it is configured properly with:
Copy code
meltano invoke tap-salesforce --help
This gives error:
Copy code
ModuleNotFoundError: No module named 'urllib3.packages.six.moves'
I tried installing Meltano with both with pipx and pip w/ venv and then reinstalling urllib3 and requests but can’t seem to get around the error. Any idea what could be going on here?
1
e
Hey @Andrew Sullivan-Knoff! Which Python version are you on?
a
3.11.6
e
Gotcha. I think the issue is caused by a very old `requests` version. Probably worth a PR to bring it up to date.
s
got the same issue here. I added tap-zendesk and was able to successfully run tests. But once I installed target-vertica the error popped up. Was this ever solved ? ModuleNotFoundError: No module named 'urllib3.packages.six.moves'
e
@Stavros which command triggered that error?
s
I ran the following:
meltano --environment=dev config tap-zendesk test