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

187 views Asked by At

I'm trying to install python and WFastCGI using IIS web platform installer it fails and give me this error :

enter image description here

Here is the log :

Link for full log text

1

There are 1 answers

0
Brando Zhang On BEST ANSWER

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

enter image description here

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

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