PerMildner commented on issue #39907: URL: https://github.com/apache/arrow/issues/39907#issuecomment-1923673845
The problem is not that I do not specify versions, the problems are: 1. Even if I follow the installation instructions, and add explicit versions to all packages, the install will fail because, in the example shell commands, the required packages are not installed before the dependent packages in the Ubuntu [installation instructions](https://arrow.apache.org/install/). 2. Presumably a package is supposed to tell `apt` which other packages it depends on. So, you should not need to know everything that needs to be installed, `apt` should be able to figure this out from the package meta information. The problem seems to be that the meta information, e.g. for `libarrow-dataset-dev`, does not seem to provide the necessary version constraints for the dependencies. -- 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]
