是否有从头开始在Windows上安装gevent的白痴指南?我试图用Python 3.4安装到Windows 10上。如果我进行pip安装,那么安装就会说它无法找到Visual C ++编译器。 (我确实安装了2017年VS社区版,但显然安装人员因某些原因无法接受。)
答案 0 :(得分:0)
Microsoft为您提供了一个编译器: https://www.microsoft.com/en-us/download/details.aspx?id=44266
或者你可以看看这里: https://docs.python.org/3.4/using/windows.html#compiling-python-on-windows
或者您可以使用MinGW
但最好的办法是使用anaconda安装Python https://conda.io/docs/user-guide/tasks/build-packages/compiler-tools.html
我发现conda安装大多数模块没有麻烦,从长远来看更容易管理。