Hi! I have some problem trying to install the `tar...
# getting-started
a
Hi! I have some problem trying to install the
target-parquet
loader I have done in the past for other repos, but now I seems to have some problems with the build of pyarrow (not quite sure what is happening) using
uvx meltano add loader target-parquet
yields the following error It has something to do with the pyarrow wheels, maybe some conflicting versions, I tried using
uv pip install pyarrow
or
uv pip install pyarrow==14.0.0
the uv.lock file looks like. I'm using python 3.9 as that s the supported version for the tap I want to use (tap-shopify) any ideas what is wrong?
Copy code
version = 1
requires-python = "==3.9.20"

[[package]]
name = "dataops"
version = "0.1.0"
source = { virtual = "." }
e
Automattic is going through some... stuff 😓 so they may not have bandwidth to review my PR but it's tested to work on Python 3.9 through 3.13 https://github.com/Automattic/target-parquet/pull/9
Might be worth using that in your project