Guest User

Untitled

a guest
Mar 22nd, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. from PIL import Image
  2.  
  3. ImportError Traceback (most recent call last)
  4. <ipython-input-4-46c5d2d71ab9> in <module>()
  5. 3 import matplotlib.pyplot as plt
  6. 4 from mpl_toolkits.basemap import Basemap
  7. ----> 5 from PIL import Image
  8. 6 get_ipython().run_line_magic('matplotlib', 'inline')
  9.  
  10. ~Anaconda3libsite-packagesPILImage.py in <module>()
  11. 56 # Also note that Image.core is not a publicly documented interface,
  12. 57 # and should be considered private and subject to change.
  13. ---> 58 from . import _imaging as core
  14. 59 if PILLOW_VERSION != getattr(core, 'PILLOW_VERSION', None):
  15. 60 raise ImportError("The _imaging extension was built for another "
  16.  
  17. ImportError: DLL load failed: 指定されたモジュールが見つかりません。
  18.  
  19. python --version
  20. Python 3.6.4 :: Anaconda, Inc.
Add Comment
Please, Sign In to add comment