sweta_garai
05/12/2023, 9:08 PM2023-05-12T20:54:15.999725Z [info ] from .orjson import * cmd_type=elb consumer=True name=target-bigquery producer=False stdio=stderr string_id=target-bigquery
2023-05-12T20:54:15.999809Z [info ] ImportError: dlopen(/Users/swetaprabha/Desktop/Analytics/meltano/hubspot-bigquery-poc/.meltano/loaders/target-bigquery/venv/lib/python3.10/site-packages/orjson/orjson.cpython-310-darwin.so, 0x0002): tried: '/Users/swetaprabha/Desktop/Analytics/meltano/hubspot-bigquery-poc/.meltano/loaders/target-bigquery/venv/lib/python3.10/site-packages/orjson/orjson.cpython-310-darwin.so' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/swetaprabha/Desktop/Analytics/meltano/hubspot-bigquery-poc/.meltano/loaders/target-bigquery/venv/lib/python3.10/site-packages/orjson/orjson.cpython-310-darwin.so' (no such file), '/Users/swetaprabha/Desktop/Analytics/meltano/hubspot-bigquery-poc/.meltano/loaders/target-bigquery/venv/lib/python3.10/site-packages/orjson/orjson.cpython-310-darwin.so' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64')) cmd_type=elb consumer=True name=target-bigquery producer=False stdio=stderr string_id=target-bigquery
2023-05-12T20:54:16.064748Z [error ] Loader failed
2023-05-12T20:54:16.065048Z [error ] Block run completed. block_type=ExtractLoadBlocks err=RunnerError('Loader failed') exit_codes={<PluginType.LOADERS: 'loaders'>: 1} set_number=0 success=False
Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.
Run invocation could not be completed as block failed: Loader failed
taylor
05/12/2023, 9:39 PMalexander_butler
05/12/2023, 9:48 PMsweta_garai
05/12/2023, 9:53 PMalexander_butler
05/12/2023, 9:54 PMsweta_garai
05/15/2023, 6:38 PMalexander_butler
05/15/2023, 6:46 PMalexander_butler
05/15/2023, 6:48 PMwhich pip
and which python
and see where they point (running those in your terminal)sweta_garai
05/16/2023, 9:11 PMloaders:
- name: target-bigquery
variant: z3z1ma
pip_url: git+<https://github.com/z3z1ma/target-bigquery.git>
config:
credentials_path: /Users/admin/Desktop/Analytics/meltano/hubspot-bigquery-poc/credential.json
project: myproject
dataset: properties.contacts
location: us-west1
batch_size: 500
alexander_butler
05/16/2023, 9:19 PMdataset
config.sweta_garai
05/16/2023, 9:35 PM(base) swetaprabha@Sweta-Prabha-Garai's-MacBook-Pro hubspot-bigquery-poc % docker run hubspot-bigquery-poc run tap-hubspot target-bigquery
2023-05-16T21:30:26.419310Z [info ] Environment 'dev' is active
2023-05-16T21:30:27.079884Z [warning ] No state was found, complete import.
2023-05-16T21:30:27.354922Z [error ] Cannot start plugin tap-hubspot: Catalog discovery failed: command ['/project/.meltano/extractors/tap-hubspot/venv/bin/tap-hubspot', '--config', '/project/.meltano/run/tap-hubspot/tap.b9f21d14-9ac6-4ae9-b462-f1b219984d73.config.json', '--discover'] returned 1 with stderr:
Traceback (most recent call last):
File "/project/.meltano/extractors/tap-hubspot/venv/bin/tap-hubspot", line 5, in <module>
from tap_hubspot.tap import TapHubspot
File "/project/.meltano/extractors/tap-hubspot/venv/lib/python3.9/site-packages/tap_hubspot/tap.py", line 9, in <module>
from tap_hubspot.streams import (
File "/project/.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'
2023-05-16T21:30:27.355360Z [error ] Block run completed. block_type=ExtractLoadBlocks err=RunnerError('Cannot start plugin tap-hubspot: Catalog discovery failed: command [\'/project/.meltano/extractors/tap-hubspot/venv/bin/tap-hubspot\', \'--config\', \'/project/.meltano/run/tap-hubspot/tap.b9f21d14-9ac6-4ae9-b462-f1b219984d73.config.json\', \'--discover\'] returned 1 with stderr:\n Traceback (most recent call last):\n File "/project/.meltano/extractors/tap-hubspot/venv/bin/tap-hubspot", line 5, in <module>\n from tap_hubspot.tap import TapHubspot\n File "/project/.meltano/extractors/tap-hubspot/venv/lib/python3.9/site-packages/tap_hubspot/tap.py", line 9, in <module>\n from tap_hubspot.streams import (\n File "/project/.meltano/extractors/tap-hubspot/venv/lib/python3.9/site-packages/tap_hubspot/streams.py", line 4, in <module>\n import singer\nModuleNotFoundError: No module named \'singer\'\n') exit_codes={} set_number=0 success=False
Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.
Run invocation could not be completed as block failed: Cannot start plugin tap-hubspot: Catalog discovery failed: command ['/project/.meltano/extractors/tap-hubspot/venv/bin/tap-hubspot', '--config', '/project/.meltano/run/tap-hubspot/tap.b9f21d14-9ac6-4ae9-b462-f1b219984d73.config.json', '--discover'] returned 1 with stderr:
Traceback (most recent call last):
File "/project/.meltano/extractors/tap-hubspot/venv/bin/tap-hubspot", line 5, in <module>
from tap_hubspot.tap import TapHubspot
File "/project/.meltano/extractors/tap-hubspot/venv/lib/python3.9/site-packages/tap_hubspot/tap.py", line 9, in <module>
from tap_hubspot.streams import (
File "/project/.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'
Stéphane Burwash
05/17/2023, 12:14 PM