Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNOW-698916: Pyarrow 8 is not compatible with Python 3.11 #1345

Closed
noamcohen97 opened this issue Nov 23, 2022 · 2 comments · Fixed by #1349
Closed

SNOW-698916: Pyarrow 8 is not compatible with Python 3.11 #1345

noamcohen97 opened this issue Nov 23, 2022 · 2 comments · Fixed by #1349

Comments

@noamcohen97
Copy link
Contributor

Pyarrow 10.0.1 just released today (supports Python 3.11), but snowflake-connector-python is bound to pyarrow>=8.0.0,<8.1.0 which makes it impossible to run on Python 3.11.

  1. What version of Python are you using?

    Python 3.11.0 (main, Oct 24 2022, 22:24:46) [Clang 14.0.0 (clang-1400.0.29.102)]

  2. What operating system and processor architecture are you using?

    macOS-13.0.1-arm64-arm-64bit

  3. What are the component versions in the environment (pip freeze)?

    pyarrow==10.0.1

  4. What did you do?

    Install snowflake-connector-python

@github-actions github-actions bot changed the title Pyarrow 8 is not compatible with Python 3.11 SNOW-698916: Pyarrow 8 is not compatible with Python 3.11 Nov 23, 2022
@sfc-gh-aling
Copy link
Collaborator

thanks @noamcohen97 for reaching out, we will prioritize the support for Python 3.11 in the first quarter of 2023 and will definitely take this into account.

@noamcohen97
Copy link
Contributor Author

Checkout #1349

sfc-gh-mkeller pushed a commit that referenced this issue Jan 25, 2023
Co-authored-by: Duncan MacQuarrie <5956299+3dbrows@users.noreply.github.com>
Fixes #1345
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants