Anyone that runs into Error: `invalid value -2` ?...
# troubleshooting
r
Anyone that runs into Error:
invalid value -2
? I have a brand new py virtual env, meltano installed with pipx and I keep running into:
Copy code
>>> my-meltano-project]$ 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
I am on my company pc that is a bit restricted, wondering if anyone has seen this issue before
r
Thanks a lot. I've seen this issue in python 3.8 as well though but thanks
j
Are you sure this is the same error, when using
3.8
? AFAIK this bug is exclusive to
3.11.4
The bug https://github.com/python/cpython/issues/105497
r
I was just about to show you:
j
It may be a rolling patch across major versions then :3
In which case going back to
3.8.10
should resolve it
r
Late confirm, switching to anaconda and v.
3.8.10
works. Thank you @janis_puris