Khaled K
07/29/2024, 6:34 AMReuben (Matatika)
07/29/2024, 9:52 AMpython
attribute, which can be set for all plugins, or on a per-plugin basis.
>
> When adding a new plugin, the Python version can be specified using the --python
option:
> meltano add <type> <name> --python <Python executable name or path>
>
> For example, to add tap-github
using Python 3.12 (assuming python3.12
is installed and on your $PATH
):
> meltano add extractor tap-github --python python3.12
>
> Then regardless of the Python version used when the plugin is installed, tap-gitlab
and any plugin which inherits from it will use Python 3.12.Edgar RamÃrez (Arch.dev)
07/29/2024, 1:57 PMI have this version, but an error occursIs it this error? https://github.com/pypa/setuptools/issues/4519