Inconsistent issue during installation

When I tried to install Pytorch through Anaconda, I ran into the inconsistent issue. Why does it happen and what is the solution?

(base) C:\Users\Mono>conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia
Collecting package metadata (current_repodata.json): done
Solving environment: \
The environment is inconsistent, please check the package plan carefully
The following packages are causing the inconsistency:

  - pytorch/win-64::torchaudio==2.0.0=py39_cpu
  - pytorch/win-64::torchvision==0.15.0=py39_cpu
done

## Package Plan ##

  environment location: D:\Coding\Anaconda

  added / updated specs:
    - pytorch
    - pytorch-cuda=11.7
    - torchaudio
    - torchvision


The following NEW packages will be INSTALLED:

  pytorch            pytorch/win-64::pytorch-2.0.0-py3.9_cpu_0


Proceed ([y]/n)?