【问题标题】:wfastcgi-enable failed to create processwfastcgi-enable 创建进程失败
【发布时间】:2021-09-12 19:05:14
【问题描述】:

当我第一次安装 python 时,wfastcgi-enable 没有任何问题。 但是当我卸载并重新安装时,它发生了这样的事情!

命令提示符

C:\Windows\system32>pip install wfastcgi
Collecting wfastcgi
  Using cached wfastcgi-3.0.0.tar.gz (14 kB)
Using legacy 'setup.py install' for wfastcgi, since package 'wheel' is not installed.
Installing collected packages: wfastcgi
    Running setup.py install for wfastcgi ... done
Successfully installed wfastcgi-3.0.0

C:\Windows\system32>wfastcgi-enable
failed to create process.

我的 python 安装位置。 C:\Users\Civil\Python38

【问题讨论】:

    标签: python django pip command-prompt wfastcgi


    【解决方案1】:

    我遇到了同样的问题,但我没能找到确切的原因。

    但我找到了解决方法。

    cd C:\Users\Civil\Python38\Scripts
    
    python wfastcgi-enable-script.py
    

    通过这种方式,我可以启用 wfastcgi。

    【讨论】:

      猜你喜欢
      • 2013-06-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-09-24
      • 1970-01-01
      相关资源
      最近更新 更多