:wave: Hello, team! I have a problem. I want to ad...
# troubleshooting
k
👋 Hello, team! I have a problem. I want to add a Twitter extractor, but it requires me to have a specific version of Python. I have this version, but an error occurs.
r
From https://docs.meltano.com/reference/command-line-interface/#add: > By default, plugins that use Python use the version of Python that was used to run Meltano. This behavior can be overridden using the
python
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: >
Copy code
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
): >
Copy code
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.
e
I have this version, but an error occurs
Is it this error? https://github.com/pypa/setuptools/issues/4519