airbytehq / airbytehq/PyAirbyte

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

未关闭
#183 1 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
344
派生
77
平均合并
1 天 11 小时
30 天内合并 PR
35

描述

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.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。