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
関連記事
Pythonでの機械学習の勉強が少し一段落したので、別の側面からPythonをさらに利用してみる。 現在はpythonを利用できるのはローカルの環境だけである。これを将来的にはインターネット上でスケジ …