openvdb
openvdb copied to clipboard
(feature/fvdb) [BUG] conda `env/test_environment.yml` pyopencv & cuda-version-12.1 failed to solve
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:
- Run
conda install -n base conda-libmamba-solver & conda config --set solver libmamba - Run
conda env create -f env/test_environment.yml
Errors
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.
Does this all happen without strict channel priority @jeevanpillay ?
I have remove the pyopencv. it works, and install it later.