scikit-image fails to install

孤者浪人 提交于 2019-12-04 13:56:49

Actual solution was to type chcp 65001 before the install command. This changes the default character encoding of the console to UTF-8, then it worked.

I know now's a bit late(r), but I just had the exact same problem. The solution for me was to install the wheel from here instead.

TBH, I don't know what they do differently, why they work and by whom they are.

Download the correct version there. E.g. for python 3.5 you want the version containing 35. Currently, this is scikit_image‑0.13.1‑cp35‑cp35m‑win32.whl and right below that is the 64 bit version of that.

Install it by running pip install C:\users\you\downloads\the_wheel_you_downloaded.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!