简体   繁体   English

该产品未成功安装:无法连接到远程服务器

[英]this product didn't install successfully: unable to connect to remote server

I'm trying to install python and WFastCGI using IIS web platform installer it fails and give me this error : 我正在尝试使用IIS web platform installer安装pythonWFastCGI IIS web platform installer失败,并显示以下错误消息:

在此处输入图片说明

Here is the log : 这是日志:

Link for full log text 链接以获取完整的日志文本

As far as I know, we couldn't install the python with fastcgi directly through the platform. 据我所知,我们无法通过平台直接在fastcgi中安装python。

I suggest you could install it by downloading the python installer and using the powershell commnd. 我建议您可以通过下载python安装程序并使用powershell commnd进行安装。

More details, you could refer to below command: 更多详细信息,您可以参考以下命令:

  1. Download and install the python.exe from this url . 从该URL下载并安装python.exe。

  2. Run below command with the powershell. 在powershell下运行以下命令。

    pip install wfastcgi pip安装wfastcgi

在此处输入图片说明

More details about how to run python applicaiton on the IIS, you could refer to below article: 有关如何在IIS上运行python applicaiton的更多详细信息,可以参考以下文章:

https://gist.github.com/dvas0004/3d26c25d614c54ecdf296003d68cddaa https://gist.github.com/dvas0004/3d26c25d614c54ecdf296003d68cddaa

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM