プログラムを中心とした個人的なメモ用のブログです。 タイトルは迷走中。
内容の保証はできませんのであしからずご了承ください。

2023/08/21

`ImportError: cannot import name '_compare_version' from 'torchmetrics.utilities.imports'` のエラーが出る

event_note2023/08/21 0:53

Stable Diffusion を動かそうとして以下のエラーが出ました。

ImportError: cannot import name '_compare_version' from 'torchmetrics.utilities.imports'
(/usr/local/lib/python3.8/site-packages/torchmetrics/utilities/imports.py)

以下に対策が載っており、torchmetrics0.11.4 にダウングレードすれば解決しました。

$ pip install torchmetrics==0.11.4