Hi all, A newbie here I was just playing around wi...
# troubleshooting
h
Hi all, A newbie here I was just playing around with the tutorial and when I get to the part of adding an extractor and I get the following error <flag 'DefinitionSource'> invalid value -2 given 0b1 10 allowed 0b1 11 Any idea why? My Meltano version shows as 2.19.1 and I'm using a Mac with M1 chip. My Python version shows as 3.11.4 Thanks
e
Hi @homesh_wathsalya. I think you're running into a known issue with Python 3.11.4 (https://github.com/python/cpython/issues/105497). Can try running on 3.11.3?
j
This is so annoying. I guess on Mac, there is no easy way to downgrade to 3.11.3. Maybe have to use
python3.10
which is currently 3.10.12
h
@edgar_ramirez_mondragon Thank you very much for the prompt response. I downgraded to 3.11.3 and it did work :)
@jove_zhong Well my machine is pretty new and I havn't got much python projects. Therefore I just downloaded and installed the 3.11.3 and it did downgraded without a problem (at least so far)
j
Good to know. I personally choose to use homebrew on mac to install/upgrade python. It helps you to get latest version for 3.11.x via
python@3.11
and latest version for 3.10.x via
python@3.10
But I have to use
python3.10
since I am not sure how to use a specific patch version for 3.11.x. Never mind, hopefully this issue will be solved in next 3.11 release.