windows10 install scikit-image

1.I open cmd and run command"python3 -m pip install sk

image".

The result is:


2.I run command:''python3 -m pip install --

upgrade pip''

Then I run command:''python3 -m pip install sk

image''  again

The result is:


It seems that there's something wrong with 'utf-8'?

3.So I opened the __init__.py file:

and modify the code:


4.I run command:"python3 -m pip install sc

ikit-image" again, the result is:


5.Ok, I decide to download scikit-image from:

https://www.lfd.uci.edu/~gohlke/pythonlibs/#scikit-image

Then I run command:"pip install the_file_path/some-file.whl".

The result is:


猜你喜欢

转载自blog.csdn.net/georgeandgeorge/article/details/79686365