Trouble adding dbt as transformer. More in thread
# troubleshooting
m
Trouble adding dbt as transformer. More in thread
This part worked fine, no errors:
Copy code
Added transformer 'dbt' to your Meltano project
Repository:     <https://github.com/fishtown-analytics/dbt>
Documentation:  <https://meltano.com/docs/transforms.md>

Added related file bundle 'dbt' to your Meltano project
Repository:     <https://gitlab.com/meltano/files-dbt>

Installing file bundle 'dbt'...
Adding 'dbt' files to project...
File transform/.gitignore already exists, keeping both versions
File transform/dbt_project.yml already exists, keeping both versions
File transform/models/.gitkeep already exists, keeping both versions
File transform/profile/profiles.yml already exists, keeping both versions
Created transform/.gitignore (dbt)
Created transform/dbt_project (dbt).yml
Created transform/models/.gitkeep (dbt)
Created transform/profile/profiles (dbt).yml
Installed file bundle 'dbt'
But failed on installing transformer:
Copy code
Installing transformer 'dbt'...
Transformer 'dbt' could not be installed: failed to install plugin 'dbt'.
  ERROR: Command errored out with exit status 1:
   command: /Users/Michael.Harris/Work/voice-meltano/.meltano/transformers/dbt/venv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/q9/dnmwwpfn4ygb1__rdllv7v9h0000gp/T/pip-install-63lur9du/pyicu_873db54f8e5e4f839469769f640a5658/setup.py'"'"'; __file__='"'"'/private/var/folders/q9/dnmwwpfn4ygb1__rdllv7v9h0000gp/T/pip-install-63lur9du/pyicu_873db54f8e5e4f839469769f640a5658/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /private/var/folders/q9/dnmwwpfn4ygb1__rdllv7v9h0000gp/T/pip-wheel-wn2ijk02
       cwd: /private/var/folders/q9/dnmwwpfn4ygb1__rdllv7v9h0000gp/T/pip-install-63lur9du/pyicu_873db54f8e5e4f839469769f640a5658/
  Complete output (76 lines):
  (running 'icu-config --version')
  
  Building PyICU 2.7.2 for ICU 58.2 (max ICU major version supported: 69)
  
..........

Installed 1/2 plugins
Failed to install plugin(s)
Running Meltano locally in a conda environment
Python 3.8.8