首页 > 编程语言 > 详细

Python 3.6 安装后需要安装的常用 {控件}?

时间:2018-01-25 12:42:58      阅读:281      评论:0      收藏:0      [点我收藏+]

XML处理: pip3 install lxml

文本处理:pip3 install requests

OpenSSL:pip3 install pyOpenSSL

twisted:https://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted 下载 Twisted-17.9.0-cp36-cp36m-win_amd64.whl 到D盘根目录;

    重命名为:Twisted-17.9.0-cp36-none-win32.whl;因为可能会提示:Twisted-17.9.0-cp36-cp36m-win_amd64.whl  is not a supported wheel on this platform。

    pip3 install D:\Twisted-17.9.0-cp36-none-win32.whl

Scrapy:先安装twisted;因为可能会提示:error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools"。

    pip3 install Scrapy

 

Python 3.6 安装后需要安装的常用 {控件}?

原文:https://www.cnblogs.com/PengRay0221/p/8350533.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!