Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[source-youtube-analytics] Issue while installing this conector #603

Open
1 task done
maloyuso opened this issue Jan 31, 2025 · 2 comments
Open
1 task done

[source-youtube-analytics] Issue while installing this conector #603

maloyuso opened this issue Jan 31, 2025 · 2 comments

Comments

@maloyuso
Copy link

Connector Name

source-youtube-analytics

Connector Version

0.1.6

What step the error happened?

Other

Relevant information

While installing the conector (using "install_if_missing=True"), we always get the following error:

File "/mnt/tmp/pip-build-env-vkcvzdt2/overlay/lib/python3.11/site-packages/setuptools/_distutils/cmd.py", line 120, in getattr
raise AttributeError(attr)
AttributeError: cython_sources

I saw that there's a workaround by pre-installing cython<3.0 & PyYaml 5.4.

Relevant log output

File "/mnt/tmp/pip-build-env-vkcvzdt2/overlay/lib/python3.11/site-packages/setuptools/_distutils/cmd.py", line 120, in __getattr__
              raise AttributeError(attr)
          AttributeError: cython_sources

Contribute

  • Yes, I want to contribute
@marcosmarxm
Copy link
Member

Can you provide more context about how are you installing the connector?

@maloyuso
Copy link
Author

maloyuso commented Feb 5, 2025

Hi @marcosmarxm! Sure, I'm testing it locally:

import airbyte as ab

# Create and install the source:
source: ab.Source = ab.get_source(
    name="source-youtube-analytics",
    install_if_missing=True
)

While installing the dependencies and generating the custom venv, the error we get is:

File "/mnt/tmp/pip-build-env-vkcvzdt2/overlay/lib/python3.11/site-packages/setuptools/_distutils/cmd.py", line 120, in __getattr__
              raise AttributeError(attr)
          AttributeError: cython_sources

I saw a related issue: airbytehq/airbyte#28391

@marcosmarxm marcosmarxm transferred this issue from airbytehq/airbyte Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants