hello guys , I was trying to setup tap-kafka for m...
# troubleshooting
k
hello guys , I was trying to setup tap-kafka for my college project and I am rigorously getting this error which I am unable to parse through , please help me out with this ... hope for a positive reply as soon as possible
u
I've reproduced the error, and am looking into this
u
The error is caused because something is trying to install
orjson==3.6.1
, which has an error in its
pyproject.toml
. This has been fixed in newer versions of
orjson
. I'll see if there's a workaround available
k
plzz look for the possible option which I can use
u
@keshav_narayan_balot To work around this problem (until updates with a proper fix are released) you can set the
pip_url
for
tap-kafka
in
meltano.yml
like this:
Copy code
pip_url: git+<https://github.com/transferwise/pipelinewise-singer-python.git@da64a10cdbcad48ab373d4dab3d9e6dd6f58556b> pipelinewise-tap-kafka
u
This will cause a newer version of
pipelinewise-singer-python
to be used, which is compatible with
pipelinewise-tap-kafka
, but uses a newer version of
orjson
.
w
Once you have updated
meltano.yml
, you can run
meltano install
to verify that this fix works for you. Please let me know if it works, or if you run into any issues.
k
it was installed once I used a separate environment and installed meltano in the specific environment to run the extractor
was trying to setup tap-parquet but showing dependency error using python 3.9 , showing error with clang . please help me out