Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はUbuntu 16.04を使用しており、GDCMをインストールしようと夢中になっていたので、Pythonで使用できます。pipenvインストールしましたが、それが問題を引き起こしていると思われます。
pipenv
やったsudo apt-get install libgdcm2.6 python-gdcm。正常にインストールされているようですが、 を実行するpythonと、import gdcmという名前のモジュールがないと不平を言いますgdcm。
sudo apt-get install libgdcm2.6 python-gdcm
python
import gdcm
gdcm
誰かがこれに出くわしましたか?