You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "kou (via GitHub)" <gi...@apache.org> on 2023/04/17 08:43:57 UTC

[GitHub] [arrow] kou opened a new issue, #35177: [Docs][Python] WARNING: autosummary: failed to import serialize

kou opened a new issue, #35177:
URL: https://github.com/apache/arrow/issues/35177

   ### 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
   
   ```text
   /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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] AlenkaF commented on issue #35177: [Docs][Python] WARNING: autosummary: failed to import serialize

Posted by "AlenkaF (via GitHub)" <gi...@apache.org>.
AlenkaF commented on issue #35177:
URL: https://github.com/apache/arrow/issues/35177#issuecomment-1511098209

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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou closed issue #35177: [Docs][Python] WARNING: autosummary: failed to import serialize

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou closed issue #35177: [Docs][Python] WARNING: autosummary: failed to import serialize
URL: https://github.com/apache/arrow/issues/35177


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou commented on issue #35177: [Docs][Python] WARNING: autosummary: failed to import serialize

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on issue #35177:
URL: https://github.com/apache/arrow/issues/35177#issuecomment-1510943420

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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org