ImportError: cannot import name 'BaseTransport' from 'httpx' (/usr/local/lib/python3.12/site-packages/httpx/__init__.py). Did you mean: 'ASGITransport'? と表示さ ...
from mpi4py import MPI ImportError: DLL load failed: 指定されたモジュールが見つかりません。 上記Errorが出たときにやったことをメモ。 結論:おそらく下記URLだけでいける。 cgohlkeさん提示の手順でinit_openmpi()をinit.pyに追記してみたが症状変わらずだったので断念。
Python版を実行した時にこのようなエラーが表示されました。 $ PYTHONPATH=. python ../example/python/run.py Traceback (most recent call last): File "C:\Users\hihok\Github\voicevox_core\example\python\run.py", line 9, in <module> ...