prratek_ramchandani
12/17/2021, 2:21 PMtarget-bigquery
because of a dependency conflict with the version of setuptools
. I think it’s because Meltano is installing 57.5.0 and the target seems to require 57.4.0. Any idea what the best way around this is?
ERROR: Cannot install setuptools==57.5.0 and target-bigquery==0.11.0 because these package versions have conflicting dependencies.
edgar_ramirez_mondragon
12/17/2021, 3:37 PM- name: target-bigquery
pip_url: setuptools==57.4.0 target-bigquery
The tap requirements should probably be updated at some point tooprratek_ramchandani
12/17/2021, 4:54 PMedgar_ramirez_mondragon
12/17/2021, 5:43 PMprratek_ramchandani
12/20/2021, 3:35 PMERROR: Cannot install setuptools==57.4.0 and setuptools==57.5.0 because these package versions have conflicting dependencies.
🙃prratek_ramchandani
12/20/2021, 3:40 PM