TouchDesignerで外部モジュールのpillowを使う際に、"ImportError: cannot import name ‘_imaging’ from ‘PIL’ "と出る場合の対処に手間取ったので、自分が解決した方法を残します。 追記:後半に自分が無駄にややこしくなっていた原因と思われるものを書きました。
ImportError: cannot import name 'BaseTransport' from 'httpx' (/usr/local/lib/python3.12/site-packages/httpx/__init__.py). Did you mean: 'ASGITransport'? と表示さ ...
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> ...