简体   繁体   中英

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 :

在此处输入图片说明

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.

I suggest you could install it by downloading the python installer and using the powershell commnd.

More details, you could refer to below command:

  1. Download and install the python.exe from this url .

  2. Run below command with the powershell.

    pip install wfastcgi

在此处输入图片说明

More details about how to run python applicaiton on the IIS, you could refer to below article:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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