Wie installiere ich Miniconda oder Switch Python -Version (3.12 → 3.11) in modalen Notizbüchern?Python

Python-Programme
Anonymous
 Wie installiere ich Miniconda oder Switch Python -Version (3.12 → 3.11) in modalen Notizbüchern?

Post by Anonymous »

Ich versuche, Chatterbox TTS auf modalen Notizbüchern zu führen. Mind: < /p>

Erstellen Sie eine Conda -Umgebung mit Miniconda und installieren Sie die Chatterbox darin. Versucht: < /p>
apt install python3.11 python3.11-distutils
!curl -sS https://bootstrap.pypa.io/get-pip.py | python3.11
< /code>
, aber ich erhalte diesen Fehler: < /p>
error: externally-managed-environment

× This environment is externally managed
╰─> To install Python packages system-wide, try apt install python3-xyz...
< /code>
Ich habe es auch versucht: < /p>
sudo apt install python3.10-pip
< /code>
und Got: < /p>
/usr/bin/sh: 1: sudo: not found
< /code>
Dann habe ich versucht, Miniconda manuell zu installieren: < /p>
!wget https://repo.anaconda.com/miniconda/Min ... -x86_64.sh
!bash Miniconda3-latest-Linux-x86_64.sh -b -p ~/miniconda
!source ~/miniconda/bin/activate
< /code>
, aber Conda wird danach nicht gefunden - wahrscheinlich, weil Modal nicht so bestehen oder die Pfade auf die gleiche Weise enthüllt wie lokale Umgebungen. Python -Version zu 3.11, damit Chatterbox funktioniert?>

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post