Sean McEwen
10/03/2024, 9:06 PMValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
I understand that documentation has been posted here to specify a version but I am not sure what version to specify. This should be the tap we are using.
https://github.com/transferwise/pipelinewise-target-snowflake
I have tried multiple versions of meltano, even the one we were on before, and I am still getting the same error. A specific set of versions or potentially a new load tap would be appreciated.Edgar RamÃrez (Arch.dev)
10/03/2024, 10:38 PMmeltano install --clean
after switching versions?Sean McEwen
10/03/2024, 10:52 PMSean McEwen
10/03/2024, 10:53 PMEdgar RamÃrez (Arch.dev)
10/03/2024, 11:19 PMmeltano.yml
for the loader's pip_url
?Edgar RamÃrez (Arch.dev)
10/03/2024, 11:20 PMSean McEwen
10/04/2024, 12:35 AMplugins:
loaders:
- name: target-snowflake
variant: transferwise
pip_url: git+<https://github.com/transferwise/pipelinewise-target-snowflake.git>
I have experimented with a few different configurationsEdgar RamÃrez (Arch.dev)
10/04/2024, 4:54 PMpip_url: git+<https://github.com/transferwise/pipelinewise-target-snowflake.git> numpy<2
https://github.com/transferwise/pipelinewise-target-snowflake/issues/430Sean McEwen
10/04/2024, 8:20 PMraise LibraryNotFoundError('Error detecting the version of libcrypto')
I looked this one up and found this. https://community.snowflake.com/s/article/Python-Connector-fails-to-connect-with-LibraryNotFoundError-Error-detecting-the-version-of-libcrypto
I tried to change the pip url to git+<https://github.com/transferwise/pipelinewise-target-snowflake.git> numpy<2 oscrypto>1.3.0
but got this error:
=> => # Downloading numpy-1.26.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (62 kB)
=> => # ERROR: Ignored the following versions that require a different python version: 2.1.0 Requires-Python >=3.10; 2.1.0rc1 Requires-Python >=3.10; 2.1.1 Requires-P
=> => # ython >=3.10
=> => # ERROR: Could not find a version that satisfies the requirement oscrypto>1.3.0 (from versions: 0.11.1, 0.12.0, 0.13.0, 0.13.1, 0.14.0, 0.14.1, 0.14.2, 0.15.0,
=> => # 0.16.0, 0.16.1, 0.16.2, 0.17.0, 0.17.1, 0.17.2, 0.17.3, 0.18.0, 0.19.0, 0.19.1, 1.0.0, 1.1.0, 1.1.1, 1.2.0, 1.2.1, 1.3.0)
=> => # ERROR: No matching distribution found for oscrypto>1.3.0
Any other ideas? I appreciate your helpSean McEwen
10/04/2024, 8:35 PMSean McEwen
10/04/2024, 8:35 PMSean McEwen
10/04/2024, 8:40 PM