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

[Docs][Python] WARNING: autosummary: failed to import serialize #35177

Closed
kou opened this issue Apr 17, 2023 · 2 comments · Fixed by #35182
Closed

[Docs][Python] WARNING: autosummary: failed to import serialize #35177

kou opened this issue Apr 17, 2023 · 2 comments · Fixed by #35182

Comments

@kou
Copy link
Member

kou commented Apr 17, 2023

Describe the bug, including details regarding any error messages, version, and platform.

https://github.com/apache/arrow/actions/runs/4697870159/jobs/8329453509#step:6:12728

/arrow/docs/source/python/api/ipc.rst:60: WARNING: autosummary: failed to import serialize.
Possible hints:
* KeyError: 'serialize'
* ModuleNotFoundError: No module named 'serialize'
* ModuleNotFoundError: No module named 'pyarrow.serialize'
* AttributeError: module 'pyarrow' has no attribute 'serialize'
* ValueError: not enough values to unpack (expected 2, got 1)
/arrow/docs/source/python/api/ipc.rst:60: WARNING: autosummary: failed to import serialize_to.
Possible hints:
* AttributeError: module 'pyarrow' has no attribute 'serialize_to'
* ModuleNotFoundError: No module named 'pyarrow.serialize_to'
* KeyError: 'serialize_to'
* ValueError: not enough values to unpack (expected 2, got 1)
* ModuleNotFoundError: No module named 'serialize_to'
/arrow/docs/source/python/api/ipc.rst:60: WARNING: autosummary: failed to import deserialize.
Possible hints:
* ModuleNotFoundError: No module named 'pyarrow.deserialize'
* ModuleNotFoundError: No module named 'deserialize'
* AttributeError: module 'pyarrow' has no attribute 'deserialize'
* KeyError: 'deserialize'
* ValueError: not enough values to unpack (expected 2, got 1)
/arrow/docs/source/python/api/ipc.rst:60: WARNING: autosummary: failed to import deserialize_components.
Possible hints:
* KeyError: 'deserialize_components'
* AttributeError: module 'pyarrow' has no attribute 'deserialize_components'
* ValueError: not enough values to unpack (expected 2, got 1)
* ModuleNotFoundError: No module named 'deserialize_components'
* ModuleNotFoundError: No module named 'pyarrow.deserialize_components'
/arrow/docs/source/python/api/ipc.rst:60: WARNING: autosummary: failed to import deserialize_from.
Possible hints:
* ModuleNotFoundError: No module named 'deserialize_from'
* KeyError: 'deserialize_from'
* ModuleNotFoundError: No module named 'pyarrow.deserialize_from'
* ValueError: not enough values to unpack (expected 2, got 1)
* AttributeError: module 'pyarrow' has no attribute 'deserialize_from'
/arrow/docs/source/python/api/ipc.rst:60: WARNING: autosummary: failed to import read_serialized.
Possible hints:
* AttributeError: module 'pyarrow' has no attribute 'read_serialized'
* ModuleNotFoundError: No module named 'pyarrow.read_serialized'
* KeyError: 'read_serialized'
* ModuleNotFoundError: No module named 'read_serialized'
* ValueError: not enough values to unpack (expected 2, got 1)
/arrow/docs/source/python/api/ipc.rst:60: WARNING: autosummary: failed to import SerializedPyObject.
Possible hints:
* ModuleNotFoundError: No module named 'SerializedPyObject'
* KeyError: 'SerializedPyObject'
* ModuleNotFoundError: No module named 'pyarrow.SerializedPyObject'
* ValueError: not enough values to unpack (expected 2, got 1)
* AttributeError: module 'pyarrow' has no attribute 'SerializedPyObject'
/arrow/docs/source/python/api/ipc.rst:60: WARNING: autosummary: failed to import SerializationContext.
Possible hints:
* ModuleNotFoundError: No module named 'pyarrow.SerializationContext'
* KeyError: 'SerializationContext'
* ModuleNotFoundError: No module named 'SerializationContext'
* AttributeError: module 'pyarrow' has no attribute 'SerializationContext'
* ValueError: not enough values to unpack (expected 2, got 1)

Component(s)

Documentation, Python

@kou
Copy link
Member Author

kou commented Apr 17, 2023

@AlenkaF Should we have removed this too in #34926?

@AlenkaF
Copy link
Member

AlenkaF commented Apr 17, 2023

Yes, looks so. Will look into it, thanks for the ping!

@AlenkaF AlenkaF self-assigned this Apr 17, 2023
@kou kou added this to the 13.0.0 milestone Apr 17, 2023
kou pushed a commit that referenced this issue Apr 17, 2023
…port serialize" (#35182)

* Closes: #35177

Authored-by: Alenka Frim <frim.alenka@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
liujiacheng777 pushed a commit to LoongArch-Python/arrow that referenced this issue May 11, 2023
… to import serialize" (apache#35182)

* Closes: apache#35177

Authored-by: Alenka Frim <frim.alenka@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
ArgusLi pushed a commit to Bit-Quill/arrow that referenced this issue May 15, 2023
… to import serialize" (apache#35182)

* Closes: apache#35177

Authored-by: Alenka Frim <frim.alenka@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
rtpsw pushed a commit to rtpsw/arrow that referenced this issue May 16, 2023
… to import serialize" (apache#35182)

* Closes: apache#35177

Authored-by: Alenka Frim <frim.alenka@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
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