`$ meltano add transformer dbt-bigquery` ```Need h...
# troubleshooting
s
$ meltano add transformer dbt-bigquery
Copy code
Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.

<flag 'DefinitionSource'> invalid value -2
    given 0b1 10
  allowed 0b1 11
Can anyone help me with this?
n
I'm also hitting this just running through the initial tutorial. Any ideas?
Copy code
> meltano add extractor tap-github --variant=meltanolabs
Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.

<flag 'DefinitionSource'> invalid value -2
    given 0b1 10
  allowed 0b1 11
e
Hi @nicholas_o_brien & @shuang_liu. I think you're probably running Meltano on Python 3.11.4? If so, it's a known issue: https://github.com/meltano/meltano/issues/7813.
n
ah yeah you're right, was just about to try 3.7, but was on 3.11.4
thank you! I'll confirm it works in a bit!
s
Yep that’s the case. I’m running Python 3.11.4 Thanks for the quick response!
n
confirmed stepping down to 3.7 worked!
e
Thank both for confirming! Python 3.11.5 is expected to land around 2023-08-07 fwiw 🙂