from . import _imaging as core
ImportError: DLL load failed: The specified module could not be found.
CondaではPillowの最新版に対応していない模様。
- Condaからアンインストールをする
- python -m pip install pillow -i http://pypi.douban.com/simple/ –trusted-host pypi.douban.com
科学・IT・登山の話題
投稿日:2020年4月29日 更新日:
from . import _imaging as core
ImportError: DLL load failed: The specified module could not be found.
CondaではPillowの最新版に対応していない模様。
執筆者:admin
関連記事
https://automatetheboringstuff.com/chapter15/ さてプログラムを実行しているときに案外出てくる要件が時間計測。 例えばアルゴリズム間でパフォーマンスを比較す …
pandaを利用すればdata frameに関連する操作はすべて実行できる。この辺のチュートリアルというか、何かまとめたドキュメントは何か調べてみた。 https://www.dataquest.io …