Hi, Mahipal here. I am trying to add 'tap-typeform...
# plugins-general
m
Hi, Mahipal here. I am trying to add 'tap-typeform' default variant to my meltano project. I ran
meltano add extractor tap-typeform
which added below config to yml file, but failed to install the pluggi.
Copy code
- name: tap-typeform
    variant: albert-marrero
    pip_url: git+<https://github.com/albert-marrero/tap-typeform.git>
Below are the details:
Copy code
Installing 1 plugins...
Installing extractor 'tap-typeform'...
2023-11-16T01:19:55.050116Z [info     ] Logged pip install output to /Users/mahipalzanakat/meltano-projects/my-meltano-project/.meltano/logs/pip/extractors/tap-typeform/pip.log
Extractor 'tap-typeform' could not be installed: Failed to install plugin 'tap-typeform'.

Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.

Failed to install plugin(s)
My python version is 3.8.10, meltano version is 3.1.0. Does anyone know the reason for this?