Hi i tried following README to create the environment. But getting into this error
(base) geneval$ conda env create -f environment.yml
Channels:
- pytorch
- nvidia/label/cuda-11.3.0
- conda-forge
- defaults
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: done
==> WARNING: A newer version of conda exists. <==
current version: 23.11.0
latest version: 24.3.0
Please update conda by running
$ conda update -n base -c conda-forge conda
Downloading and Extracting Packages:
Preparing transaction: done
Verifying transaction: done
Executing transaction: / By downloading and using the CUDA Toolkit conda packages, you accept the terms and conditions of the CUDA End User License Agreement (EULA): https://docs.nvidia.com/cuda/eula/index.html
done
Installing pip dependencies: - Ran pip subprocess with arguments:
['/home/ayushman/miniforge3/envs/geneval/bin/python', '-m', 'pip', 'install', '-U', '-r', '/mnt/data1/ayushman/projects/dash-diffusion/geneval/condaenv.zzbichfq.requirements.txt', '--exists-action=b']
Pip subprocess output:
Pip subprocess error:
ERROR: Could not find a version that satisfies the requirement nvidia-cublas-cu11==2022.4.8
ERROR: No matching distribution found for nvidia-cublas-cu11==2022.4.8
failed
CondaEnvException: Pip failed
I also tried manually doing pip install by copying all the dependencies and removing the nvidia-* libs from it but it also fails with the error
Hi i tried following README to create the environment. But getting into this error
I also tried manually doing
pip install
by copying all the dependencies and removing thenvidia-*
libs from it but it also fails with the errorThis is the requirements.txt file i created