I suddenly get the error: `cannot import name 'Sel...
# troubleshooting
r
I suddenly get the error:
cannot import name 'SelfDescribing' from 'snowplow_tracker'
When running extractor+loader.
meltano run tap-spreadsheets-anywhere target-duckdb
Any ideas what is wrong? It is new, it came after I installed a duckdb-dbt transformer..
same error when running:
meltano run dbt-duckdb
wtf I can't even run
meltano --version
same error^
Damn works again. I uninstalled meltano, and downgraded to 2.10. version 2.20 for some reason did not work for me. Even after reinstalling it in same pyenv
r
I don't have any problems with a standard virtual environment:
Copy code
reuben@reuben-Inspiron-14-5425:~/test$ python3.8 -m venv .venv
reuben@reuben-Inspiron-14-5425:~/test$ . .venv/bin/activate
(.venv) reuben@reuben-Inspiron-14-5425:~/test$ pip install -qU pip
(.venv) reuben@reuben-Inspiron-14-5425:~/test$ pip install -q --no-cache-dir meltano==2.20.0
(.venv) reuben@reuben-Inspiron-14-5425:~/test$ meltano --version
meltano, version 2.20.0
r
weird.. I think it must have been caused by the target, taps and transfomrations installations.. But thanks for checking