Hi, I am trying to deploy hubspot-tap-bigquery-tar...
# troubleshooting
s
Hi, I am trying to deploy hubspot-tap-bigquery-target pipeline on GCP cloud and I am encountering modulenotfound error. Has anyone else come across this error? While installing meltano, I got few warnings and I am not sure how to resolve it. Appreciate any help or info. Thanks, WARNINGS
Copy code
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
singer-tools 0.4.1 requires attrs==16.3.0, but you have attrs 23.1.0 which is incompatible.
singer-tools 0.4.1 requires jsonschema==2.6.0, but you have jsonschema 4.17.3 which is incompatible.
singer-python 5.13.0 requires backoff==1.8.0, but you have backoff 2.2.1 which is incompatible.
singer-python 5.13.0 requires jsonschema==2.6.0, but you have jsonschema 4.17.3 which is incompatible.
ERROR MESSAGE
Copy code
Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.

Cannot list the selected attributes: Catalog discovery failed: command ['/home/swetaprabha/meltano/hubspot-test/.meltano/extractors/tap-hubspot/venv/bin/tap-hubspot', '--config', '/home/swetaprabha/meltano/hubspot-test/.meltano/run/tap-hubspot/tap.0a9639d7-f68a-46f3-8aa4-7c5f6050b61c.config.json', '--discover'] returned 1 with stderr:
 Traceback (most recent call last):
 File "/home/swetaprabha/meltano/hubspot-test/.meltano/extractors/tap-hubspot/venv/bin/tap-hubspot", line 5, in <module>
  from tap_hubspot.tap import TapHubspot
 File "/home/swetaprabha/meltano/hubspot-test/.meltano/extractors/tap-hubspot/venv/lib/python3.9/site-packages/tap_hubspot/tap.py", line 9, in <module>
  from tap_hubspot.streams import (
 File "/home/swetaprabha/meltano/hubspot-test/.meltano/extractors/tap-hubspot/venv/lib/python3.9/site-packages/tap_hubspot/streams.py", line 4, in <module>
  import singer
ModuleNotFoundError: No module named 'singer'
j
I think that it is related to the latest singer_sdk version, try to downgrade it, maybe the tap is relying on the singer that used to come with singer_sdk. Using an older version of the dependency may help.