ERROR: Could not find a version that satisfies the requirement torchaudio

I just tried to install PyTorch in mac with python 64bit in Pycharm,

pip install torch torchvision torchaudio

the result :expressionless:

ERROR: Could not find a version that satisfies the requirement torchaudio (from versions: none)
ERROR: No matching distribution found for torchaudio

Is there something wrong with the setting or what ?

I found to install Torch :expressionless:

pip install --pre torch -f “https://download.pytorch.org/whl/nightly/${WHEEL_DIR}torch_nightly.html