[
https://issues.apache.org/jira/browse/ARROW-14313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17430463#comment-17430463
]
Benson Muite commented on ARROW-14313:
--------------------------------------
On Cent OS 8 with the default Python3.6, one may have an issue with PyGit2 and
need to install libgit2 from source rather than use libgit2-devel from
repositories. This is also discussed in
[https://github.com/libgit2/pygit2/issues/999] With the default install this
does not happen. Maybe an update should be made to reflect this? Likely ok for
7.0, if so can raise a new issue.
> [Doc][Dev] Installation instructions for Archery incomplete
> -----------------------------------------------------------
>
> Key: ARROW-14313
> URL: https://issues.apache.org/jira/browse/ARROW-14313
> Project: Apache Arrow
> Issue Type: Bug
> Components: Archery, Developer Tools, Documentation
> Reporter: Antoine Pitrou
> Assignee: Antoine Pitrou
> Priority: Major
> Labels: pull-request-available
> Fix For: 6.0.0
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> {{docs/source/developers/archery.rst}} says to use the following command to
> install Archery:
> {code}
> pip install -e dev/archery
> {code}
> However, this is only going to install the basic dependencies, but depending
> on the subcommand Archery may need additional dependencies. The command
> should instead be:
> {code}
> pip install -e dev/archery[all]
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)