conda env create -f anaconda_env.yml
Channels:
- pytorch
- conda-forge
- defaults
Platform: osx-arm64
Collecting package metadata (repodata.json): done
Solving environment: failed
Channels:
- pytorch
- conda-forge
- defaults
Platform: osx-arm64
Collecting package metadata (repodata.json): done
Solving environment: failed
LibMambaUnsatisfiableError: Encountered problems while solving:
- nothing provides requested pytorch::torchvision
- nothing provides requested pytorch::torchaudio
- nothing provides requested pytorch::pytorch
- nothing provides kaleido-core 0.1.0.* needed by python-kaleido-0.1.0-pyhd8ed1ab_0
Could not solve for environment specs
The following packages are incompatible
├─ python-kaleido 0.1.0 is not installable because it requires
│ └─ kaleido-core 0.1.0.* , which does not exist (perhaps a missing channel);
├─ pytorch does not exist (perhaps a typo or a missing channel);
├─ torchaudio does not exist (perhaps a typo or a missing channel);
└─ torchvision does not exist (perhaps a typo or a missing channel).
My environment is:
Command I ran:
My fix:
Failed with error: