`meltano add loader target-mysql` 2024-02-15T15:54...
# troubleshooting
c
meltano add loader target-mysql
2024-02-15T155431.840095Z [warning ]
kind: password
is deprecated for setting definitions in favour of
sensitive: true
, and is currently in use by the following settings of loader 'target-mysql': 'password'. Please open an issue or pull request to update the plugin definition on Meltano Hub at https://github.com/meltano/hub/blob/main/_data/meltano/loaders/target-mysql/thkwag.yml. Loader 'target-mysql' already exists in your Meltano project To add it to your project another time so that each can be configured differently, add a new plugin inheriting from the existing one with its own unique name: meltano add loader target-mysql--new --inherit-from target-mysql Installing loader 'target-mysql'... 2024-02-15T155441.715706Z [info ] Logged pip install output to /home/ubuntu/meltano/mysql-to-mysql/.meltano/logs/pip/loaders/target-mysql/pip.log Loader 'target-mysql' could not be installed: Failed to install plugin 'target-mysql'. Collecting thk-target-mysql Downloading thk_target_mysql-0.1.3-py3-none-any.whl.metadata (4.2 kB) Collecting cryptography<42.0.0,>=41.0.2 (from thk-target-mysql) Downloading cryptography-41.0.7-cp37-abi3-manylinux_2_28_x86_64.whl.metadata (5.2 kB) Collecting mysqlclient<3.0.0,>=2.2.0 (from thk-target-mysql) Using cached mysqlclient-2.2.4.tar.gz (90 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started error: subprocess-exited-with-error à Getting requirements to build wheel did not run successfully. â exit code: 1 â°â> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip. Getting requirements to build wheel: finished with status 'error' error: subprocess-exited-with-error à Getting requirements to build wheel did not run successfully. â exit code: 1 â°â> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip. Need help fixing this problem? Visit http://melta.no/ for troubleshooting steps, or to join our friendly Slack community. Failed to install plugin(s) I am getting this error while adding target-mysql. can anyone help me?
e
You might need to install some build dependencies for mysqlclient: https://github.com/PyMySQL/mysqlclient/blob/main/README.md#install