lbhdc opened a new issue #10279: URL: https://github.com/apache/arrow/issues/10279
I was trying to install arrow through my package manager, but it doesn't seem to be supported. Is there a way to get around the requirement for EPEL? I followed the instructions [here](https://arrow.apache.org/install/). ``` > sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm Last metadata expiration check: 1:38:33 ago on Sat 08 May 2021 04:49:24 PM EDT. epel-release-latest-8.noarch.rpm 112 kB/s | 22 kB 00:00 Error: Problem: problem with installed package fedora-release-workstation-33-4.noarch - package epel-release-8-10.el8.noarch conflicts with fedora-release provided by fedora-release-workstation-33-4.noarch - package epel-release-8-10.el8.noarch conflicts with fedora-release provided by fedora-release-workstation-33-1.noarch - conflicting requests (try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages) ``` Attempting to continue without EPEL fails. ``` > sudo dnf install https://apache.jfrog.io/artifactory/arrow/centos/8/apache-arrow-release-latest.rpm Last metadata expiration check: 1:40:19 ago on Sat 08 May 2021 04:49:24 PM EDT. apache-arrow-release-latest.rpm 36 kB/s | 50 kB 00:01 Error: Problem: conflicting requests - nothing provides epel-release needed by apache-arrow-release-4.0.0-1.el8.noarch (try to add '--skip-broken' to skip uninstallable packages) ``` I am on Fedora33, and I see that is one of the [test targets](https://github.com/ursacomputing/crossbow/actions/runs/768513552/workflow#L60). Is there a way to get around the EPEL problem or do I have to build it from source? -- 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. For queries about this service, please contact Infrastructure at: [email protected]
