システムに libgdcm-tools (2.6.6-3) を (経由で) インストールした後、Pythonapt install libgdcm-tools
にインポートできなくなりました。pydicom
実行するimport pydicom as pdc
と、次のエラーが発生しました
AttributeError: module 'gdcm' has no attribute 'DataElement'
.
libgdcm-tools を削除しても問題は解決しません。
Ubuntu 18.04 で Python 3.7 と pydicom 2.0.0 を使用しています。