airbytehq / airbytehq/PyAirbyte
Importing airbyte mod fails silently on windows
- Lenguaje dominante
- Python
- Estrellas
- 344
- Forks
- 77
- Merge medio
- 1 d 11 h
- PR fusionados (30 d)
- 35
Descripción
I followed the quick start guide to set up PyAirbyte on Windows, but I've encountered an issue. The symptoms are identical to those described in this issue: https://github.com/airbytehq/PyAirbyte/issues/715, and reinstalling hasn't resolved it. Interestingly, I can import other Airbyte modules like airbyte_cdk and airbyte_api without any problems. I also tried loading with OFFLINE_MODE, but that didn't work either.
Python installation path: C:\Program Files\Python312
Airbyte version: 0.28.0
When I run the Python script in verbose mode, the prompt exits at the import of 'duckdb_engine.datatypes' (# <_frozen_importlib_external.SourceFileLoader object at 0x00000152D4E296D0>).
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.