Command "python setup.py egg_info" failed with error code 1 in C:\TEMP\pip-install-3htd2xdj\web.py'

因爲版本問題,用pip install web.py命令只支持python2版本,3以上的版本要用另外兩種方法安裝:python (1) pip install web.py==0.40-dev1git (2) github git clone git://github.com/webpy/webpy.git ln -s `pwd`/webpy/web
相關文章
相關標籤/搜索