-
-
Notifications
You must be signed in to change notification settings - Fork 310
Open
Labels
Description
Conda-forge documentation
- I could not solve my problem using the conda-forge documentation.
Installed packages
NaNEnvironment info
NaNIssue
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-packThe 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
Reactions are currently unavailable