pip install imread fails at Microsoft Visual step

[亡魂溺海] 提交于 2019-12-13 00:15:17

问题


I am trying to install imread to do some image analysis. I am running 2.7.9. When I type pip install imread into powershell, the program runs until it hits some pieces from Microsoft Visual C++. I have attached an image showing where the snag is. Please help. http://imgur.com/ZcMMk28


回答1:


My advice is: save yourself a lot of trouble and just install a windows binary.

Take a look at the Unofficial Windows Binaries for Python Extension Packages website. Looks like imread is available there.

You are running Python 2.7 so grab the *-cp27-* matching your Python install (32 or 64 bit).



来源:https://stackoverflow.com/questions/28374471/pip-install-imread-fails-at-microsoft-visual-step

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