Skip to content

tensorflow cuda128 build require cuda 12.9 #2724

@link89

Description

@link89

Conda-forge documentation

  • I could not solve my problem using the conda-forge documentation.

Installed packages

NaN

Environment info

NaN

Issue

I experience the following error when I install tensorflow:

export CONDA_OVERRIDE_CUDA="12.8"
conda create -y -p ./conda-env -c conda-forge \
	python=3.12.12 cuda-toolkit=12.8.1 tensorflow=2.19.0=cuda128py312* openmpi compilers plumed lammps conda-pack
The following packages are incompatible
├─ cuda-toolkit 12.8.1**  is installable with the potential options
│  ├─ cuda-toolkit 12.8.1 would require
│  │  └─ __win, which is missing on the system;
│  └─ cuda-toolkit 12.8.1 would require
│     └─ cuda-libraries 12.8.1.* , which requires
│        └─ libnvjitlink 12.8.93.* , which can be installed;
└─ tensorflow 2.19.0 cuda128py312* is not installable because it requires
   └─ tensorflow-base [2.19.0 cuda128py312h0fffad7_253|2.19.0 cuda128py312h7e82734_203|2.19.0 cuda128py312hd1639bb_202], which requires
      └─ libnvjitlink >=12.9.86,<13.0a0 , which conflicts with any installable versions previously reported.

I have no idea why the tensorflow build for cuda128 will require libnvjitlink >=12.9.86,<13.0a0

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions