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/07 02:13:00 UTC

[jira] [Assigned] (ARROW-16132) [Plasma] [Installation] 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 reassigned ARROW-16132:
------------------------------------

    Assignee: Kouhei Sutou

> [Plasma] [Installation] 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: Bug
>          Components: C++ - Plasma
>    Affects Versions: 7.0.0
>         Environment: Ubuntu 20.04
> Nvidia GPU w. nvidia-driver-510
>            Reporter: Alexander Bessman
>            Assignee: Kouhei Sutou
>            Priority: Major
>
> 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)