hawkar_mahmod
03/21/2023, 12:38 PMmeltano run I get ModuleNotFoundError: No module named 'pandas'.
My Meltano is installed using system wide pip (installed via Pyenv)visch
03/21/2023, 1:24 PMpyproject.toml https://github.com/meltano/sdk/blob/main/cookiecutter/tap-template/%7B%7Bcookiecutter.tap_id%7D%7D/pyproject.tomlvisch
03/21/2023, 1:24 PMvisch
03/21/2023, 1:25 PMPandas is already installed in the tap venv using PoetryThen maybe you added the package after you installed with Meltano? If so run a
meltano install --cleanvisch
03/21/2023, 1:25 PM.meltano/extractors that has your deps, so if you changed dependencies after you installed the tap that would explain thishawkar_mahmod
03/21/2023, 2:39 PM--clean install did the trick!