note: This error originates from a subprocess, and...
# troubleshooting
k
note: This error originates from a subprocess, and is likely not a problem with pip. error: legacy-install-failure × Encountered error while trying to install package. ╰─> grpcio
Any suggestions how to fix this issue? mac-os and plugin is target bigquery, looked around the forum and didn't find any straightforward way to debug this
e
Hi @k_s! This may be caused by a missing wheel for
grpcio
, so to confirm: • which version of Python did you use to install Meltano? • can you try installing with
pipx
to confirm it’s an issue with a meltano-managed venv?
pipx install git+<https://github.com/adswerve/target-bigquery.git@0.12.0>
. With
pipx
you can control the python version to see if that’s the problem
k
installed in a py3.8 conda env with pipx
sure
google cloud bigquery with 3.8 issues instead smh
trying to pipx install google-cloud-bigquery 2.30.0 is giving same grpcio issue