-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
🫂 SupportUser help and QAUser help and QA
Description
Hi
when i run skiamge it works but when i call skimage.io it doesnt work
how to solve this issue???
my version information :
3.9.0 (tags/v3.9.0:9cf6752, Oct 5 2020, 15:34:40) [MSC v.1927 64 bit (AMD64)]
Windows-10-10.0.18362-SP0
scikit-image version: 0.17.2
numpy version: 1.19.2
Error :
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Try the new cross-platform PowerShell https://aka.ms/pscore6
PS E:\python_codes> & C:/Users/Hesam/AppData/Local/Programs/Python/Python39/python.exe e:/python_codes/image_pro.py
Traceback (most recent call last):
File "e:\python_codes\image_pro.py", line 1, in <module>
import skimage.io
File "C:\Users\Hesam\AppData\Local\Programs\Python\Python39\lib\site-packages\skimage\io\__init__.py", line 11, in <module>
from ._io import *
File "C:\Users\Hesam\AppData\Local\Programs\Python\Python39\lib\site-packages\skimage\io\_io.py", line 4, in <module>
from ..color.colorconv import rgb2gray, rgba2rgb
File "C:\Users\Hesam\AppData\Local\Programs\Python\Python39\lib\site-packages\skimage\color\__init__.py", line 1, in <module>
from .colorconv import (convert_colorspace,
File "C:\Users\Hesam\AppData\Local\Programs\Python\Python39\lib\site-packages\skimage\color\colorconv.py", line 56, in <module>
from scipy import linalg
File "C:\Users\Hesam\AppData\Local\Programs\Python\Python39\lib\site-packages\scipy\linalg\__init__.py", line 194, in <module>
from .misc import *
File "C:\Users\Hesam\AppData\Local\Programs\Python\Python39\lib\site-packages\scipy\linalg\misc.py", line 3, in <module>
from .blas import get_blas_funcs
File "C:\Users\Hesam\AppData\Local\Programs\Python\Python39\lib\site-packages\scipy\linalg\blas.py", line 213, in <module>
from scipy.linalg import _fblas
ImportError: DLL load failed while importing _fblas: The specified module could not be found.
PS E:\python_codes>
Metadata
Metadata
Assignees
Labels
🫂 SupportUser help and QAUser help and QA