Python,windows

Thumbnail of post image 093
対応方法if __name__ == '__main__': freeze_support() ... The "freeze_support()" line can be omitted if the ...

Python

Thumbnail of post image 072
インストールpip install git+ install simpleaudioコードfrom pydub import AudioSegmentfrom pydub.silence import split_on_silencefro ...

Python

Thumbnail of post image 024
準備コードfrom pathlib import Pathfrom dotenv import load_dotenv#import soundfile as sffrom infer.modules.vc.modules import V ...

Python

Thumbnail of post image 044

準備コードfrom pathlib import Pathfrom dotenv import load_dotenv#import soundfile as sffrom infer.modules.vc.modules import V ...

Python

Thumbnail of post image 105

Build Tools for Visual Studio 2022インストール

Microsoft C++ Build Tools – Visual Studio

pyopenjtalkのインストールpip inst ...

Python

Thumbnail of post image 019

準備コードfrom pathlib import Pathfrom dotenv import load_dotenvimport soundfile as sffrom infer.modules.vc.modules import VC ...

Python

Thumbnail of post image 156

インストール

“D:\WinPython\#winpythonPrompt.bat”実行します

PyTorchを仮想環境ではなくベースにインストールする場合はこの場所でインストールします

...

Python

Thumbnail of post image 026

インストール@echo offcall %~dp0\scripts\env_for_icons.bat %*SET PATH=%PATH%;%WINPYDIRBASE%\PortableGit;%WINPYDIRBASE%\Portable ...

Python

Thumbnail of post image 181
方法from PIL import Image, ImageDraw, ImageFont, ImageFilterdef generate_img(text_line, imgname, filename): text_x = 100 t ...

Python

Thumbnail of post image 012
方法pip install Pillowfrom PIL import Image, ImageDraw, ImageFonttext = 'この?'font_size = 72font = ImageFont.truety ...