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

Posted PengRay

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python 3.6 安装后需要安装的常用 {控件}?相关的知识,希望对你有一定的参考价值。

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 安装后需要安装的常用 {控件}?的主要内容,如果未能解决你的问题,请参考以下文章

Anaconda创建python(2.7/3.6)的虚拟环境后需要添加ipykernel

Anaconda更改python版本

centos 7下安装python 3.6笔记

在 Windows 的 Python 3.6 中安装 mysqlclient

要求:安装 iRedMail 时 Centos 7 上的 python(abi) = 3.6

centos 6.9安装python 3.6