【发布时间】: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