Hey I'm trying to extract the data from mongodb an...
# troubleshooting
m
Hey I'm trying to extract the data from mongodb and then load that in snowflake but both the plugins have some error while checking the version of tap-mongodb show tap-mongodb v[could not be detected], Meltano SDK v0.27.0 and while adding the target-snowflake it show Failed to install plugin(s) the complete error of :
e
Can you share more details about your system and Meltano installation? • Operating System and chip type if you're on mac (M1 vs Intel) • Python Version (the one you used to install Meltano) • Meltano Version The error seems to be caused by the python package manager failing to find a pyarrow binary wheel for your platform and then also failing to build it from source.
m
M1 Pro python 3.11.3 meltano 2.19.0
e
Ok, it seems
pyarrow
8.0.0 didn’t publish wheels for Python 3.11 x arm64 (https://pypi.org/project/pyarrow/8.0.0/#files). Running on Python 3.10 should fix the issue.