I was provided with an environment.ubuntu.yml file to be able to create a conda environment. However, running conda create env --file environment.ubuntu.y
environment.ubuntu.yml
conda create env --file environment.ubuntu.y
For me adding the following to the yaml file worked:
channels: - conda-forge - defaults - conda-forge/label/broken