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
I was able to upload data to my project yesterday morning but in the afternoon I start getting this error.
File "C:\Python310\lib\site-packages\nomic\atlas.py", line 237, in map_text
project.add_text(
File "C:\Python310\lib\site-packages\nomic\project.py", line 1184, in add_text
data = pa.Table.from_pylist(data)
File "pyarrow\table.pxi", line 3906, in pyarrow.lib.Table.from_pylist
File "pyarrow\table.pxi", line 5453, in pyarrow.lib._from_pylist
File "pyarrow\table.pxi", line 3781, in pyarrow.lib.Table.from_arrays
File "pyarrow\table.pxi", line 1434, in pyarrow.lib._sanitize_arrays
File "pyarrow\table.pxi", line 1415, in pyarrow.lib._schema_from_arrays
File "pyarrow\array.pxi", line 327, in pyarrow.lib.array
File "pyarrow\array.pxi", line 39, in pyarrow.lib._sequence_to_array
File "pyarrow\error.pxi", line 144, in pyarrow.lib.pyarrow_internal_check_status
File "pyarrow\error.pxi", line 123, in pyarrow.lib.check_status
pyarrow.lib.ArrowTypeError: Expected bytes, got a 'list' object
I thought maybe a release or something but it's still happening today.
What changed?
The text was updated successfully, but these errors were encountered:
I was able to upload data to my project yesterday morning but in the afternoon I start getting this error.
File "C:\Python310\lib\site-packages\nomic\atlas.py", line 237, in map_text
project.add_text(
File "C:\Python310\lib\site-packages\nomic\project.py", line 1184, in add_text
data = pa.Table.from_pylist(data)
File "pyarrow\table.pxi", line 3906, in pyarrow.lib.Table.from_pylist
File "pyarrow\table.pxi", line 5453, in pyarrow.lib._from_pylist
File "pyarrow\table.pxi", line 3781, in pyarrow.lib.Table.from_arrays
File "pyarrow\table.pxi", line 1434, in pyarrow.lib._sanitize_arrays
File "pyarrow\table.pxi", line 1415, in pyarrow.lib._schema_from_arrays
File "pyarrow\array.pxi", line 327, in pyarrow.lib.array
File "pyarrow\array.pxi", line 39, in pyarrow.lib._sequence_to_array
File "pyarrow\error.pxi", line 144, in pyarrow.lib.pyarrow_internal_check_status
File "pyarrow\error.pxi", line 123, in pyarrow.lib.check_status
pyarrow.lib.ArrowTypeError: Expected bytes, got a 'list' object
I thought maybe a release or something but it's still happening today.
What changed?
The text was updated successfully, but these errors were encountered: