| windows系统在已经安装了python解释器的情况下可以直接在cmd窗口运行: [Python] syntaxhighlighter_viewsource syntaxhighlighter_copycode
进行在线安装。 如果安装过程中出现 “error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools":http://landinghub.visualstudio.com/visual-cpp-build-tools ” 这时候需要打开网址 http://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted 下载twisted对应版本的whl文件(如我的Twisted‑17.5.0‑cp36‑cp36m‑win_amd64.whl) 下载之后运行命令: [Python] syntaxhighlighter_viewsource syntaxhighlighter_copycode
这个安装完成之后再通过 [Python] syntaxhighlighter_viewsource syntaxhighlighter_copycode
安装即可。
python Scrapy模块的安装 |
相关文章: