You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Databricks SQL Connector for Python Requirements:
A development machine running Python >=3.8 and <=3.11.
thrift hangs on import ttypes
or
File "<env>\Lib\site-packages\databricks\sql\client.py", line 670, in fetchall
return self.active_result_set.fetchall()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<env>\Lib\site-packages\databricks\sql\client.py", line 944, in fetchall
return self._convert_arrow_table(self.fetchall_arrow())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<env>\Lib\site-packages\databricks\sql\client.py", line 884, in _convert_arrow_table
res = df.to_numpy(na_value=None)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<env>\Lib\site-packages\pandas\core\frame.py", line 1981, in to_numpy
result = self._mgr.as_array(dtype=dtype, copy=copy, na_value=na_value)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<env>\Lib\site-packages\pandas\core\internals\managers.py", line 1702, in as_array
arr[isna(arr)] = na_value
~~~^^^^^^^^^^^
TypeError: int() argument must be a string, a bytes-like object or a real number, not 'NoneType'
The text was updated successfully, but these errors were encountered:
bondyr3
changed the title
Python 3.12 incompatible - requirements need update
Python 3.12 incompatible? - requirements need update
Jan 26, 2024
python= 3.12.1
databricks-sql-connector==2.9.3
Windows
Per https://docs.databricks.com/en/dev-tools/python-sql-connector.html,
Databricks SQL Connector for Python Requirements:
A development machine running Python >=3.8 and <=3.11.
thrift hangs on import ttypes
or
The text was updated successfully, but these errors were encountered: