Hello, 1 (dumb) question I successfully installed...
# troubleshooting
j
Hello, 1 (dumb) question I successfully installed a plugin but I have this error when I invoke it :
ImportError: cannot import name 'get_logger' from 'singer.logger'
I am in the right environment and if I do
python
and I do
import singer
I have no errors How can I check if
singer
is installed in the environment where meltano executes that plugin ?
d
If you run with
meltano --log-level=debug
, you can find the path to the virtual environment the plugin is installed in, which will include all of the packages