Hello Everyone, I am issuing adding new taps and t...
# troubleshooting
a
Hello Everyone, I am issuing adding new taps and targets via the command line and UI. I attached the image of the error.
a
Are you working on a workstation laptop which has some type of proxy/redirects happening? I have seen this before as a side affect of workplace lockdown apps inspecting and then presumably re-signing an https payload. If you are running in docker, you could try not running in docker or vice versa. If you have any background apps, you could try manually shutting those down (although they'll likely respawn again after a period of time).
a
@aaronsteers, I am working on my work laptop which might a ton of proxy/redirects. Is it possible to run for a windows machine?
Can not make it work in my windows machine šŸ˜ž
e
@albert_m that's from
pipx install meltano
, right?
a
yes
a
I see the 32-bit complaint. Odd... šŸ‘€
e
What's strange is meltano doesn't have a dependency on pyarrow šŸ¤”
@albert_m a few things we can do to debug the install: • can you see which version of meltano is being resolved by pipx? If not, can you specify it
pipx install meltano==2.1.0
? • which version of python is pipx installed on?
w
That initial error definitely seems like there is a proxy (we have McAfee and I had run into that problem when installing libraries with pip before). By chance do you have Windows Subsystem for Linux installed?
a
I do have WSL installed and I did installed successfully there now. Thank you everyone
a
Another instance of a related issue popped up today. I've opened this for tracking: https://github.com/meltano/meltano/issues/6334
@albert_m and @will_johnson - Sounds like neither of you are blocked as of now, but if you have time and want to add thoughts/learnings to the issue, it could be helpful for others in a similar camp. Thanks!
a
@aaronsteers happy to share my thoughts and learnings. Anywhere to add them.
a
@albert_m - Can you add to https://github.com/meltano/meltano/issues/6334? Thanks again!