openvdb icon indicating copy to clipboard operation
openvdb copied to clipboard

(feature/fvdb) [BUG] conda `env/test_environment.yml` pyopencv & cuda-version-12.1 failed to solve

Open jeevanpillay opened this issue 1 year ago • 3 comments

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:

  1. Run conda install -n base conda-libmamba-solver & conda config --set solver libmamba
  2. 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

jeevanpillay avatar Nov 13 '24 07:11 jeevanpillay

I am also experiencing this bug on ubuntu 22.04.

j-nordling avatar Nov 28 '24 10:11 j-nordling

Does this all happen without strict channel priority @jeevanpillay ?

swahtz avatar Dec 03 '24 07:12 swahtz

I have remove the pyopencv. it works, and install it later.

fy2462 avatar Dec 09 '24 05:12 fy2462