[
https://issues.apache.org/jira/browse/ARROW-7621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antoine Pitrou reassigned ARROW-7621:
-------------------------------------
Assignee: Antoine Pitrou
> [Doc] Doc build fails
> ---------------------
>
> Key: ARROW-7621
> URL: https://issues.apache.org/jira/browse/ARROW-7621
> Project: Apache Arrow
> Issue Type: Bug
> Components: Documentation
> Reporter: Antoine Pitrou
> Assignee: Antoine Pitrou
> Priority: Major
>
> {code}
> Traceback (most recent call last):
> File "/home/antoine/arrow/dev/docs/source/conf.py", line 422, in <module>
> import pyarrow.flight
> File "/home/antoine/arrow/dev/python/pyarrow/flight.py", line 25, in
> <module>
> from pyarrow._flight import ( # noqa
> ModuleNotFoundError: No module named 'pyarrow._flight'
> During handling of the above exception, another exception occurred:
> Traceback (most recent call last):
> File
> "/home/antoine/miniconda3/envs/pyarrow/lib/python3.7/site-packages/sphinx/config.py",
> line 368, in eval_config_file
> execfile_(filename, namespace)
> File
> "/home/antoine/miniconda3/envs/pyarrow/lib/python3.7/site-packages/sphinx/util/pycompat.py",
> line 81, in execfile_
> exec(code, _globals)
> File "/home/antoine/arrow/dev/docs/source/conf.py", line 426, in <module>
> pyarrow.flight = sys.modules['pyarrow.flight'] = mock.Mock()
> NameError: name 'mock' is not defined
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)