matterport / Mask_RCNN

Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
Other
24.67k stars 11.71k forks source link

ImportError #505

Open farzadzare opened 6 years ago

farzadzare commented 6 years ago

hi i want to import skimage.io but it has this error ImportError Traceback (most recent call last)

in () ----> 1 import skimage.io C:\Python\Anaconda3\lib\site-packages\skimage\io\__init__.py in () 5 """ 6 ----> 7 from .manage_plugins import * 8 from .sift import * 9 from .collection import * C:\Python\Anaconda3\lib\site-packages\skimage\io\manage_plugins.py in () 26 from glob import glob 27 ---> 28 from .collection import imread_collection_wrapper 29 30 C:\Python\Anaconda3\lib\site-packages\skimage\io\collection.py in () 10 import numpy as np 11 import six ---> 12 from PIL import Image 13 14 from ..external.tifffile import TiffFile C:\Python\Anaconda3\lib\site-packages\PIL\Image.py in () 56 # Also note that Image.core is not a publicly documented interface, 57 # and should be considered private and subject to change. ---> 58 from . import _imaging as core 59 if PILLOW_VERSION != getattr(core, 'PILLOW_VERSION', None): 60 raise ImportError("The _imaging extension was built for another " ImportError: DLL load failed: The specified module could not be found. please help me to solve it
keineahnung2345 commented 6 years ago

You can take it a try: https://stackoverflow.com/questions/48338013/dll-error-while-importing-the-python-imaging-library