I get the following error when I try to create the conda environment,
$ conda env create -f environment_minimal.yml
Channels:
- pytorch
- anaconda
- conda-forge
- bioconda
- numba
- defaults
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: failed
LibMambaUnsatisfiableError: Encountered problems while solving:
- package numba-0.51.2-np1.11py3.6h04863e7_g9d5709615_0 requires tbb >=2020.2, but none of the providers can be installed
Could not solve for environment specs
The following package could not be installed
└─ numba ==0.51.2 * is installable and it requires
└─ tbb [>=2019.5,<=2020.0 *|>=2020.2 *] with the potential options
├─ tbb [2020.2|2020.3|...|2022.1.0], which can be installed;
└─ tbb >=2019.5,<=2020.0 conflicts with any installable versions previously reported.
Is there anything I can do to fix this?
I get the following error when I try to create the conda environment,
Is there anything I can do to fix this?