alun_ap_rhisiart
08/02/2023, 1:47 PM<flag 'DefinitionSource'> invalid value -2
given 0b1 10
allowed 0b1 11
I saw an earlier thread that this was due to python 3.11, so I downgraded to 3.10.12, uninstalled meltano and then reinstalled (with pipx, but this does not solve the issue.edgar_ramirez_mondragon
08/02/2023, 2:28 PM3.10.12
and it worked fine, so may be running into some weird Python executable resolution error. Can you try reinstalling with pipx using the --python
option?
pipx install meltano --python 3.10
alun_ap_rhisiart
08/02/2023, 2:48 PMpipx install --python python3.10 meltano
solves that problem.