Open jeevanpillay opened 2 weeks ago
Operating System: WSL Ubuntu Version / Commit SHA: fvdb 0.2.0
(A clear and concise description of what the bug is.)
Steps to reproduce the behavior:
conda install -n base conda-libmamba-solver & conda config --set solver libmamba
conda env create -f env/test_environment.yml
LibMambaUnsatisfiableError: Encountered problems while solving: - package cuda-version-12.1-h1d6eff3_3 is excluded by strict repo priority - nothing provides libopencv 4.2.0 py36_5 needed by py-opencv-4.2.0-py36h0b673f9_5
I am also experiencing this bug on ubuntu 22.04.
Environment
Operating System: WSL Ubuntu Version / Commit SHA: fvdb 0.2.0
Describe the bug
(A clear and concise description of what the bug is.)
To Reproduce
Steps to reproduce the behavior:
conda install -n base conda-libmamba-solver & conda config --set solver libmamba
conda env create -f env/test_environment.yml
Errors