Andres Felipe Huertas Suarez
12/11/2024, 1:45 PMuvx meltano install
and the instalation fails, it was working before and now I dont't quite understand what is going wrong. It seems it is trying to install the tap-awin using a 3.13 python env that I dont know where is it coming from. The tap I have in a local repo, and the pyproject doesn't point to python 3.13 but:
[tool.poetry.dependencies]
python = "<3.10,>=3.6.2"
requests = "^2.25.1"
singer-sdk = "^0.3.16"
and my meltano project should be running using python 3.9 (that is what I see when I do uv run python --version
) any ideas here? also If I go directly to the tap repo and run poetry install
it works without issues, clues? thanks! 🙂Edgar RamÃrez (Arch.dev)
12/11/2024, 5:42 PMuvx --python 3.9 meltano install
? If that works it might be worth adding a .python_version
file to your project.Andres Felipe Huertas Suarez
12/12/2024, 6:59 AM