I'm trying to make a very simple conda environment with just r-seurat as a dependency. My environment yaml looks as follow:
channels:
- bioconda
dependencies:
- r-seurat
And I'm creating it with conda env create -n myenv -f envs/myenv.yaml
I get the following error:
Collecting package metadata (repodata.json): done
Solving environment: \
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed
Solving environment: /
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed
UnsatisfiableError:
Nothing else. This must be the most unhelpful error message. Anybody that has had a similar issue? I already update conda.
I am running this in macos catalina 10.15.6, with conda version 4.8.4