airbytehq / airbytehq/PyAirbyte
AirbyteLogger Import issue
- Lenguaje dominante
- Python
- Estrellas
- 344
- Forks
- 77
- Merge medio
- 1 d 11 h
- PR fusionados (30 d)
- 35
Descripción
Following error seen on importing airbytelogger
````
(py312_venv) mohit.shah@C02FH0VZML85 py312_venv % python
Python 3.12.8 (main, Dec 3 2024, 18:42:41) [Clang 16.0.0 (clang-1600.0.26.4)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from airbyte_cdk import AirbyteLogger
Traceback (most recent call last):
File "", line 1, in
ImportError: cannot import name 'AirbyteLogger' from 'airbyte_cdk' (/Users/mohit.shah/Documents/pyairbyte_demo/py312_venv/lib/python3.12/site-packages/airbyte_cdk/__init__.py)
````
```
`(py312_venv) mohit.shah@C02FH0VZML85 py312_venv % pip list | grep airbyte
airbyte 0.29.0
airbyte-api 0.52.2
airbyte-cdk 7.0.1
airbyte_protocol_models_dataclasses 0.17.1
airbyte_protocol_models_pdv2 0.13.1
(py312_venv) mohit.shah@C02FH0VZML85 py312_venv % `
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.