Meltano add is broken. When I try to add any plugi...
# troubleshooting
f
Meltano add is broken. When I try to add any plugin I get an error message. Adding the plugin to the config and calling
meltano install
works fine. Example:
Copy code
meltano add loader target-jsonl
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
t
you’ll have to share more about your setup. I’d also recommend running it as
meltano --log-level=debug add …
to get a bit more information.
f
@taylor I dont think there is anything special about my setup. I also don’t remember changing anything recently (it worked before). Here is the debug log:
j
From looks of it, your options are either to use python
<=3.11.3
or wait until
3.11.5
has been released 🤷
f
that helps a lot thanks @janis_puris!