toddfarmer opened a new issue, #190: URL: https://github.com/apache/arrow-cookbook/issues/190
The [Java CONTRIBUTING.rst page](https://github.com/apache/arrow-cookbook/blob/main/java/CONTRIBUTING.rst) makes no mention of a Python dependency, but the `make java` command can fail due to python-related activity: ``` todd@pop-os:~/arrow-cookbook$ make java >>> Installing Java Dependencies <<< cd java && pip install -r requirements.txt /bin/sh: 1: pip: not found make: *** [Makefile:27: javadeps] Error 127 ``` The [base README.rst file](https://github.com/apache/arrow-cookbook/blob/main/README.rst) references Python in a context that seems specific to R and Python cookbooks. Python dependencies should be documented. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
