Error installing PyTorch nightly -- please help

Hi

I’m getting an error running conda install pytorch torchvision torchaudio -c pytorch-nightly
I’m using the arm64 version of conda, and have tried installing/uninstalling conda multiple times now.
The error I get is:

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package → Available versions

Package setuptools conflicts for:

torchvision → setuptools

python=3.9 → pip → setuptools

Package pytorch conflicts for:

torchvision → pytorch[version=‘1.10.2|1.14.0.dev20221022’]

pytorch

torchaudio → pytorch==1.14.0.dev20221022

Package future conflicts for:

pytorch → future

torchvision → pytorch==1.10.2 → future

I encountered the same problem.waiting answer。。。。

The odd thing is that I’d installed PyTorch on my M1 MacBook Air without any issue, but got the error on my M1 iMac.

Just got the same error, adding the channel conda-forge at the end fixes it.

conda install pytorch torchvision torchaudio -c pytorch-nightly -c conda-forge

I still get the same error …