Python,windows

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

Python

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

Python

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

Python

Thumbnail of post image 125

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

Python

Thumbnail of post image 017

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

Microsoft C++ Build Tools – Visual Studio

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

Python

Thumbnail of post image 145

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

Python

Thumbnail of post image 012

インストール

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

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

...

Python

Thumbnail of post image 127

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

Python

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

Python

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