wsgi_mod installation in windows 10

2019-08-23 03:59发布

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条回答
劳资没心,怎么记你
2楼-- · 2019-08-23 04:13

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.

查看更多
登录 后发表回答