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以上的版本要用另外两种方法安装:

(1) pip install web.py==0.40-dev1

(2) 

git clone git://github.com/webpy/webpy.git
ln -s `pwd`/webpy/web 

猜你喜欢

转载自blog.csdn.net/m0_37827405/article/details/80976750
今日推荐