-
Notifications
You must be signed in to change notification settings - Fork 4k
Description
The process for building the tutorial documentation (see: apache/arrow/docs/source/developers/documentation.rst) identifies PyArrow as a requirement
Ideally, it would not be necessary to install PyArrow to modify text documentation for Java or any other language.
FWIW, On my machine, the PyArrow install has been running for over 20 minutes with repeated failure messages:
conda install -c conda-forge pyarrow
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: |
At this point I cancelled this and used pip to install, which finished successfully almost immediately. However, the next step (run {}python setup.py install{}) also failed. And failed again when I tried to run it in a dedicated Conda environment.
Rather than continue with that, I tried to run the java documentation script: (run make java_tutorial in the arrow docs folder) and it was able to execute without issue, so I could see my changes as HTML.
Reporter: Larry White / @lwhite1
Related issues:
Note: This issue was originally created as ARROW-17819. Please see the migration documentation for further details.