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

image".

The result is:

windows10 install scikit-image

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

upgrade pip''

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

image''  again

The result is:

windows10 install scikit-image

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

3.So I opened the __init__.py file:

and modify the code:

windows10 install scikit-image

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

ikit-image" again, the result is:

windows10 install scikit-image

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:

windows10 install scikit-image

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-09
  • 2022-12-23
  • 2021-11-23
  • 2022-12-23
  • 2021-05-20
  • 2021-06-16
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-22
相关资源
相似解决方案