You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
importairbyteasab# 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
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
Contribute
The text was updated successfully, but these errors were encountered: