hi team! I've been having this weird python issue ...
# troubleshooting
l
hi team! I've been having this weird python issue on windows:
$ meltano add extractor tap-singer-jsonl
Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.
<flag 'DefinitionSource'> invalid value 30
given 0b0 11110
allowed 0b1 11111
Any clue on what it could mean?
w
Hi @leonardo_eloy! If this is the bug I think it is, it is due to a bug that exists in Python 3.11.4. It was fixed in Python 3.11.5, and did not exist in any versions prior to Python 3.11.4
@leonardo_eloy Can you confirm you're running Python 3.11.4 by running
python --version
, and if you are, are you able to upgrade/downgrade your Python version?
e
This might also be solved by bumping Meltano to the
v3.0.0rc0
prerelease
l
thanks Will and Edgar. Oddly enough, I'm running 3.11.5
let me downgrade
Downgraded to 3.10.11, working just fine!