码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2018-01-25 13:14:09      阅读:280      评论:0      收藏:0      [点我收藏+]

标签:install   需要   open   form   div   string   4.0   https   red   

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 安装后需要安装的常用 {控件}?

标签:install   需要   open   form   div   string   4.0   https   red   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!