airbytehq / airbytehq/PyAirbyte

Docs: Add a warning that some of our dependencies may not yet support Python 3.12 on all operating systems

Abierto
#183 1 comentario 1 reacción 0 asignados Ver en GitHub
Lenguaje dominante
Python
Estrellas
344
Forks
77
Merge medio
1 d 11 h
PR fusionados (30 d)
35

Descripción

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.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.