airbytehq / airbytehq/PyAirbyte
Docs: Add a warning that some of our dependencies may not yet support Python 3.12 on all operating systems
- Lingua principale
- Python
- Stelle
- 344
- Fork
- 77
- Merge medio
- 1g 11h
- PR unite (30g)
- 35
Descrizione
A user ran into this issue, specifically on the Python `3.12-slim` docker image.
https://airbytehq-team.slack.com/archives/C06FZ238P8W/p1712328202976869
> On the doc site I see pyairbyte should work with Python >= 3.9. It works for me with 3.11 but when I try to pip install airbyte on a 3.12 environment I get error like the following. Just letting you know.
> ```
> 20.21 creating build/temp.linux-aarch64-cpython-312/src/snowflake/connector/nanoarrow_cpp/ArrowIterator/Util
> 20.21 creating build/temp.linux-aarch64-cpython-312/src/snowflake/connector/nanoarrow_cpp/Logging
> 20.21 gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC -Isrc/snowflake/connector/nanoarrow_cpp/ArrowIterator -Isrc/snowflake/connector/nanoarrow_cpp/ArrowIterator -Isrc/snowflake/connector/nanoarrow_cpp/Logging -I/usr/local/include/python3.12 -c src/snowflake/connector/nanoarrow_cpp/ArrowIterator/BinaryConverter.cpp -o build/temp.linux-aarch64-cpython-312/src/snowflake/connector/nanoarrow_cpp/ArrowIterator/BinaryConverter.o -std=c++17 -D_GLIBCXX_USE_CXX11_ABI=0
> 20.21 error: command 'gcc' failed: No such file or directory
> 20.21 [end of output]
> 20.21
> ```
> This is while using the docker hub python:3.12-slim tag. With python:3.11-slim it is working correctly.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.