sweta_garai
05/17/2023, 7:53 AMERROR: 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
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'
josue_sehnem
05/17/2023, 11:38 AM