line/open-universe

Can't create an environment via `conda env create -f environment.yaml`

Opened this issue · 2 comments

Collecting package metadata (repodata.json): done
Solving environment: failed

ResolvePackageNotFound: 
  - sox
  - mkl==2024.0

Fixed by moving them to pip

This kind of problem is very environment dependent, so difficult to solve.
You could try to remove these two packages from the install and see if the code runs.

solved via
conda config --append channels conda-forge