Gouryella / ChatTTS-webui

A Web UI developed based on ChatTTS, implemented using Nuxt 3 and Ant Design.
https://chattts.201lab.top
65 stars 14 forks source link

Install failed in MacOS 14.5 + M2 chip #4

Closed mamboer closed 3 months ago

mamboer commented 3 months ago

OS Info

macOS 14.5 + M2

Issue

When running yes | conda install pytorch==2.2.2 torchvision==0.17.2 torchaudio==2.2.2 pytorch-cuda=12.1 -c pytorch -c nvidia, it throws error as below:

PackagesNotFoundError: The following packages are not available from current channels:

  - pytorch-cuda=12.1*

Current channels:

  - https://conda.anaconda.org/pytorch
  - https://conda.anaconda.org/nvidia
  - defaults
Gouryella commented 3 months ago

use conda install pytorch==2.2.2 torchvision==0.17.2 torchaudio==2.2.2 -c pytorch