File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8282 " \n " ,
8383 " %cd /content\n " ,
8484 " !git config --global advice.detachedHead false\n " ,
85- " !git clone {decoded_url} --branch 3.4 .0 --single-branch\n " ,
85+ " !git clone {decoded_url} --branch 3.5 .0 --single-branch\n " ,
8686 " %cd {repo_name}\n " ,
8787 " clear_output()\n " ,
8888 " \n " ,
8989 " # Install older python\n " ,
90- " !apt install python3.11 python3.11-distutils\n " ,
90+ " !apt update -y\n " ,
91+ " !apt install -y python3.11 python3.11-distutils python3.11-dev portaudio19-dev\n " ,
9192 " !update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 2\n " ,
9293 " !update-alternatives --set python3 /usr/bin/python3.11\n " ,
9394 " from sys import path\n " ,
Original file line number Diff line number Diff line change 5353 " findme = rot_47(codecs.decode(\" pbbxa://oqbpcj.kwu/Dqlitvb/qurwg-mtnqvlmz.oqb\" , \" rot_13\" ))\n " ,
5454 " uioawhd = rot_47(codecs.decode(\" pbbxa://oqbpcj.kwu/QIPqaxivw/Ixxtqw.oqb\" , \" rot_13\" ))\n " ,
5555 " !pip install uv\n " ,
56- " !git clone --depth 1 $uioawhd $new_name --branch 3.4 .0\n " ,
56+ " !git clone --depth 1 $uioawhd $new_name --branch 3.5 .0\n " ,
5757 " clear_output()\n " ,
5858 " !mkdir -p /kaggle/tmp\n " ,
5959 " %cd /kaggle/tmp\n " ,
60- " !uv pip install -q -r /kaggle/working/program_ml/requirements.txt --extra-index-url https://download.pytorch.org/whl/cu128 --index-strategy unsafe-best-match\n " ,
60+ " !apt update -y\n " ,
61+ " !apt install -y python3.10-dev portaudio19-dev\n " ,
62+ " !uv pip install -q -r /kaggle/working/program_ml/requirements.txt --extra-index-url https://download.pytorch.org/whl/cu128 --index-strategy unsafe-best-match --system\n " ,
6163 " %cd /kaggle/working/program_ml\n " ,
6264 " !python core.py \" prerequisites\" --models \" True\" --exe \" True\" --pretraineds_hifigan \" True\" > /dev/null 2>&1\n " ,
6365 " !sudo curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | sudo bash\n " ,
Original file line number Diff line number Diff line change 8484 " \n " ,
8585 " %cd /content\n " ,
8686 " !git config --global advice.detachedHead false\n " ,
87- " !git clone https://github.com/IAHispano/Applio --branch 3.4 .0 --single-branch\n " ,
87+ " !git clone https://github.com/IAHispano/Applio --branch 3.5 .0 --single-branch\n " ,
8888 " %cd /content/Applio\n " ,
8989 " \n " ,
9090 " # Install older python\n " ,
91- " !apt install python3.11 python3.11-distutils\n " ,
91+ " !apt update -y\n " ,
92+ " !apt install -y python3.11 python3.11-distutils python3.11-dev portaudio19-dev\n " ,
9293 " !update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 2\n " ,
9394 " !update-alternatives --set python3 /usr/bin/python3.11\n " ,
9495 " from sys import path\n " ,
You can’t perform that action at this time.
0 commit comments