wsgi_mod installation in windows 10

十年热恋 提交于 2019-12-25 11:53:29

问题


I want to install WSGI for python web application on windows-10. But when I run pip install mod_wsgi command i get error.

error: command 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\link.exe' failed with exit status 1120
Anybody can resolve this problem?


回答1:


Current understanding is that 32 bit builds are broken. That or you are mixing 32 bit and 64 bit versions of Python, Apache or the Windows compilers. They must be all 32 bit or all 64 bit.



来源:https://stackoverflow.com/questions/46630087/wsgi-mod-installation-in-windows-10

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