I am trying to install the <https://hub.meltano.co...
# plugins-general
a
I am trying to install the https://hub.meltano.com/extractors/tap-github. I am getting the error Extractor 'tap-gitlab' could not be installed: Failed to install plugin 'tap-gitlab'.
Extractor 'tap-gitlab' could not be installed: Failed to install plugin 'tap-gitlab'. Collecting git+https://github.com/MeltanoLabs/tap-gitlab.git Cloning https://github.com/MeltanoLabs/tap-gitlab.git to /private/var/folders/w_/m5r8z2vx4fdc_5zkz8h3hkmr0000gn/T/pip-req-build-4s9c2om5 error: subprocess-exited-with-error à git version did not run successfully. â exit code: 1 â°â> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error à git version did not run successfully. â exit code: 1 â°â> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip. 2024-04-04T183951.446170Z [debug ] Need help fixing this problem? Visit http://melta.no/ for troubleshooting steps, or to join our friendly Slack community. Failed to install plugin(s)
a
Are you able to install any other taps or targets?
a
I was able to install target-snowflake
I tried a number of the taps but I get the same error
I upgraded to the most recent Python ver 3.12.2 but still same error
e
What does your
meltano.yml
look like?
a
version: 1 default_environment: dev project_id: 64e7b68e-b9f2-4705-9b7c-f1f19b39a7fc environments: - name: dev - name: staging - name: prod plugins: loaders: - name: target-snowflake variant: meltanolabs pip_url: git+https://github.com/MeltanoLabs/target-snowflake.git@initialization_command config: account: mpa55019.us-east-1 add_record_metadata: true database: MELTANO_DATABASE user: MELTANO_USER role: MELTANO_ROLE warehouse: MELTANO_WAREHOUSE default_target_schema: ${MELTANO_EXTRACT__LOAD_SCHEMA}
I think that I figured it out. I needed to install additional software on the MAC to allow git commands
I was just able to install tap-smoke-test
e
Ah I think I know what's going on. Do you have
git
installed on your system?
You seem to have figured it out 🙂
a
I just installed it and now am able to install taps
🙌 1
Thanks