I don't think I have made any major changes (perha...
# troubleshooting
a
I don't think I have made any major changes (perhaps a poetry upgrade), but now seeing these errors running a tap & target, or even just invoking a tap:
Copy code
Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.

Can't load plugin: sqlalchemy.dialects:postgresql.psycopg
Verbose and debug log levels don't reveal anything. Any tips greatly received!
1
I have tried • reinstalling all plugins with
meltano instal --clean
• reinstalling meltano via pipx • deleting and reinstalling my python env associated with my project.
Might be fixed, think I managed to include meltano in my projects venv and pointed to that rather than the general pipx installation of the tool. Fingers crossed as commands are running now
FOr the record, I had meltano (with correct extras) installed via pipx, and also defined in my pyproject.toml (without postgres extra). I had recently reinstalled my poetry project and upgraded poetry, and I think the
meltano
command was pointing to the (redundant) version in my venv, not the global pipx version.
👍 1
e
Yeah, virtualenvs can be painful some times. FWIW
which
and
where
are rather helpful, but you first have to suspect that you got the wrong executable 🤷
a
all this because I wanted to test out
precommit
....