You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2022/04/15 20:46:00 UTC

[jira] [Resolved] (ARROW-16132) [Packaging][Plasma] Dependency conflict with latest NVIDIA driver on Ubuntu 20.04

     [ https://issues.apache.org/jira/browse/ARROW-16132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kouhei Sutou resolved ARROW-16132.
----------------------------------
    Fix Version/s: 8.0.0
       Resolution: Fixed

Issue resolved by pull request 12897
[https://github.com/apache/arrow/pull/12897]

> [Packaging][Plasma] Dependency conflict with latest NVIDIA driver on Ubuntu 20.04
> ---------------------------------------------------------------------------------
>
>                 Key: ARROW-16132
>                 URL: https://issues.apache.org/jira/browse/ARROW-16132
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++ - Plasma, Packaging
>    Affects Versions: 7.0.0
>         Environment: Ubuntu 20.04
> Nvidia GPU w. nvidia-driver-510
>            Reporter: Alexander Bessman
>            Assignee: Kouhei Sutou
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 8.0.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> libplasma-dev (and its reverse dependencies) cannot be install in Ubuntu 20.04 (and possible other versions), if a recent nvidia driver is already installed.
> The installation fails with the following error:
> The following packages have unmet dependencies:
>  libplasma-dev : Depends: libarrow-cuda-dev (= 7.0.0-1) but it is not going to be installed
>                           Depends: libplasma700 (= 7.0.0-1) but it is not going to be installed
> The problem seems to be the following dependency tree:
> libplasma700 -> libarrow-cuda700 -> libnvidia-compute-460-server -> libnvidia-compute-470-server
> libnvidia-compute-470-server conflicts with libnvidia-compute-510, on which nvidia-driver-510 depends.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)