sumit_singh
04/02/2025, 5:42 PMmeltano install --clean
, previously didn't get this error.
2025-04-02T17:35:09.960498Z [info ] Environment 'dev' is active
2025-04-02T17:35:10.699018Z [warning ] Certificate did not match expected hostname: <http://sp.meltano.com|sp.meltano.com>. Certificate: {'subject': ((('commonName', '*.<http://ops.snowcatcloud.com|ops.snowcatcloud.com>'),),), 'issuer': ((('countryName', 'US'),), (('organizationName', 'Amazon'),), (('commonName', 'Amazon RSA 2048 M02'),)), 'version': 3, 'serialNumber': 'xxxxxxxxxxx', 'notBefore': 'Mar 7 00:00:00 2025 GMT', 'notAfter': 'Apr 5 23:59:59 2026 GMT', 'subjectAltName': (('DNS', '*.<http://ops.snowcatcloud.com|ops.snowcatcloud.com>'),), 'OCSP': ('<http://ocsp.r2m02.amazontrust.com>',), 'caIssuers': ('<http://crt.r2m02.amazontrust.com/r2m02.cer',>), 'crlDistributionPoints': ('<http://crl.r2m02.amazontrust.com/r2m02.crl',)>}
Installing 4 plugins...
2025-04-02T17:35:11.553489Z [warning ] Certificate did not match expected hostname: <http://sp.meltano.com|sp.meltano.com>. Certificate: {'subject': ((('commonName', '*.<http://ops.snowcatcloud.com|ops.snowcatcloud.com>'),),), 'issuer': ((('countryName', 'US'),), (('organizationName', 'Amazon'),), (('commonName', 'Amazon RSA 2048 M02'),)), 'version': 3, 'serialNumber': 'xxxxxxxxxxxxxx', 'notBefore': 'Mar 7 00:00:00 2025 GMT', 'notAfter': 'Apr 5 23:59:59 2026 GMT', 'subjectAltName': (('DNS', '*.<http://ops.snowcatcloud.com|ops.snowcatcloud.com>'),), 'OCSP': ('<http://ocsp.r2m02.amazontrust.com>',), 'caIssuers': ('<http://crt.r2m02.amazontrust.com/r2m02.cer',>), 'crlDistributionPoints': ('<http://crl.r2m02.amazontrust.com/r2m02.crl',)>}
Installing extractor 'tap-mysql'...
Installing loader 'target-snowflake'...
Installing orchestrator 'airflow'...
Installing file bundle 'files-airflow'...
Patrick Bell
04/02/2025, 7:10 PMEdgar RamĂrez (Arch.dev)
04/02/2025, 8:37 PMsumit_singh
04/03/2025, 10:28 AM2025-04-03T10:26:43.558801Z [info ] Environment 'dev' is active
2025-04-03T10:26:45.442422Z [error ] The cached `discovery.yml` manifest could not be parsed.
2025-04-03T10:26:45.444067Z [warning ] Falling back on the bundled `discovery.yml` manifest...
Installing 2 plugins...
Installing extractor 'tap-mysql'...
Installing loader 'target-snowflake'...
Installed extractor 'tap-mysql'
Loader 'target-snowflake' could not be installed: failed to install plugin 'target-snowflake'.
Running command git clone --filter=blob:none --quiet <https://github.com/sumit-siingh/pipelinewise-target-snowflake.git> /tmp/pip-req-build-imbi5rcp
error: subprocess-exited-with-error
Ă— python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: invalid command 'bdist_wheel'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pipelinewise-target-snowflake
ERROR: Failed to build installable wheels for some pyproject.toml based projects (pipelinewise-target-snowflake)
Installed 1/2 plugins
Failed to install plugin(s)
Edgar RamĂrez (Arch.dev)
04/03/2025, 3:30 PMpip_url
look like?sumit_singh
04/03/2025, 3:33 PMgit+<https://github.com/sumit-siingh/pipelinewise-tap-mysql.git|https://github.com/sumit-siingh/pipelinewise-tap-mysql.git>
sumit_singh
04/03/2025, 3:33 PMsumit_singh
04/03/2025, 3:34 PMEdgar RamĂrez (Arch.dev)
04/03/2025, 3:36 PMsumit_singh
04/03/2025, 3:39 PMsumit_singh
04/03/2025, 3:42 PMEdgar RamĂrez (Arch.dev)
04/03/2025, 3:44 PMEdgar RamĂrez (Arch.dev)
04/03/2025, 3:44 PMsumit_singh
04/03/2025, 3:44 PMEdgar RamĂrez (Arch.dev)
04/03/2025, 3:46 PMERROR: Failed to build installable wheels for some pyproject.toml based projects (pipelinewise-target-snowflake)This message is confusing because your fork doesn't even have a
pyproject.toml
, it uses setup.py
and setuptools 🤔Edgar RamĂrez (Arch.dev)
04/03/2025, 3:47 PMsumit_singh
04/03/2025, 3:49 PMmeltano --version
meltano, version 2.4.0
python3 --version
Python 3.10.12
Edgar RamĂrez (Arch.dev)
04/03/2025, 3:51 PMPIP_NO_CACHE_DIR=1 meltano --log-level debug install --clean
sumit_singh
04/03/2025, 4:00 PMmeltano install --clean
and it worked now on same EC2, also the above command worked too
plugins:
extractors:
- name: tap-mysql
variant: transferwise
pip_url: git+<https://github.com/sumit-siingh/pipelinewise-tap-mysql.git>
config:
host: local
user: user
database: db
metadata:
'*':
replication-method: LOG_BASED
loaders:
- name: target-snowflake
variant: transferwise
pip_url: git+<https://github.com/sumit-siingh/pipelinewise-target-snowflake.git>
config:
Edgar RamĂrez (Arch.dev)
04/03/2025, 4:21 PMsumit_singh
04/03/2025, 6:37 PMEdgar RamĂrez (Arch.dev)
04/03/2025, 7:26 PM