Hello, we are using the gitlab source and running ...
# ask-community-for-troubleshooting
v
Hello, we are using the gitlab source and running into
ModuleNotFoundError
.
2022-11-08 07:22:07 *ERROR* i.a.c.i.LineGobbler(voidCall):114 -   File "/airbyte/integration_code/main.py", line 9, in <module>
2022-11-08 07:22:07 *ERROR* i.a.c.i.LineGobbler(voidCall):114 -     from source_gitlab import SourceGitlab
2022-11-08 07:22:07 *ERROR* i.a.c.i.LineGobbler(voidCall):114 -   File "/airbyte/integration_code/source_gitlab/__init__.py", line 25, in <module>
2022-11-08 07:22:07 *ERROR* i.a.c.i.LineGobbler(voidCall):114 -     from .source import SourceGitlab
2022-11-08 07:22:07 *ERROR* i.a.c.i.LineGobbler(voidCall):114 -   File "/airbyte/integration_code/source_gitlab/source.py", line 40, in <module>
2022-11-08 07:22:07 *ERROR* i.a.c.i.LineGobbler(voidCall):114 -     from .streams import (
2022-11-08 07:22:07 *ERROR* i.a.c.i.LineGobbler(voidCall):114 -   File "/airbyte/integration_code/source_gitlab/streams.py", line 13, in <module>
2022-11-08 07:22:07 *ERROR* i.a.c.i.LineGobbler(voidCall):114 -     from airbyte_cdk.sources.utils.sentry import AirbyteSentry
2022-11-08 07:22:07 *ERROR* i.a.c.i.LineGobbler(voidCall):114 - ModuleNotFoundError: No module named 'airbyte_cdk.sources.utils.sentry'
Looks like a missing dependency issue here, can you please take a look?
u
Hey, Vrushank! Could you give me a few more details - what's your Airbyte version, connector versions and deployment environment? Thanks!