ImportError: DLL load failed: %1 is not a valid Win32 application for _imaging module

前端 未结 1 795
鱼传尺愫
鱼传尺愫 2021-01-23 02:39

I am trying to extract features from an image using Grey Level Co-occurrence Matrix in Python 2.7.9 I found the code given below in some other answer. When I run this code I ge

相关标签:
1条回答
  • 2021-01-23 03:26

    The problem was solved by installing a 64 bit PILLOW module Pillow‑2.8.2‑cp34‑none‑win_amd64.whl from here

    0 讨论(0)
提交回复
热议问题