airbytehq / airbytehq/PyAirbyte
Importing airbyte mod fails silently on windows
- Vorherrschende Sprache
- Python
- Sterne
- 344
- Forks
- 77
- Ø Merge
- 1 T. 11 Std.
- Gemergte PRs (30 T.)
- 35
Beschreibung
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>).
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.