-
Notifications
You must be signed in to change notification settings - Fork 94
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
Add support for Python 3.10 #26
Comments
If 3.10 won't be supported for a while can the requirements section be updated in the README to help others avoid #25? https://github.com/databricks/databricks-sql-python#requirements
|
Advise developers to use Python 3.7, 3.8, or 3.9 until #26 is fixed.
Great idea. Done here. I'm testing Python 3.10 support this week so it shouldn't be long. |
### Description The dependent library `databricks-sql-connector` doesn't support Python 3.10 yet (databricks/databricks-sql-python#26). We should also avoid incompatible Python version.
afaik numpy added support for python 3.10 in version 1.21.3 back in April of this year -> https://numpy.org/devdocs/release/1.21.3-notes.html
It seems like they had to fix a number of issues as they came up for 1.21.x though with regards to python 3.10 support (1.21.4 fixed a wheel issue for mac amd64, & 1.21.6 provides a 32 bit wheel for windows 3.10). |
This issue is causing problems in Airflow: apache/airflow#25697 (comment) |
* Test with multiple python versions. * Update pyarrow to version 9.0.0 to address issue in relation to python 3.10 & a specific version of numpy being pulled in by pyarrow. Closes databricks#26 Signed-off-by: David Black <dblack@atlassian.com>
### Description Supports Python 3.10. [`databricks-sql-connector 2.0.4`](https://pypi.org/project/databricks-sql-connector/2.0.4/) has been released with [Python 3.10 support](databricks/databricks-sql-python#26).
### Description The dependent library `databricks-sql-connector` doesn't support Python 3.10 yet (databricks/databricks-sql-python#26). We should also avoid incompatible Python version.
### Description Supports Python 3.10. [`databricks-sql-connector 2.0.4`](https://pypi.org/project/databricks-sql-connector/2.0.4/) has been released with [Python 3.10 support](databricks/databricks-sql-python#26).
Advise developers to use Python 3.7, 3.8, or 3.9 until databricks#26 is fixed. Signed-off-by: Moe Derakhshani <moe.derakhshani@databricks.com>
* Test with multiple python versions. * Update pyarrow to version 9.0.0 to address issue in relation to python 3.10 & a specific version of numpy being pulled in by pyarrow. Closes databricks#26 Signed-off-by: David Black <dblack@atlassian.com>
PySQL depends on Numpy which only added support for Python 3.10 on 22 June 22 in version 1.23.0. But we’re pinned to 1.21.1 . De facto, we don’t support Py3.10.
The text was updated successfully, but these errors were encountered: