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
相关文章
相关标签/搜索