本篇文章引见了Python中一些常见的包的作用以及装置办法,心愿对学习Python中的冤家有协助!
Python中一些包的根本用途以及装置办法
pika能够用来衔接rabbitmq
pip install pika -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
requests是HTTP库
Request支持HTTP衔接放弃以及衔接池,支持应用cookie放弃会话,支持文件上传,支持主动呼应内容的编码,支持国内化的URL以及POST数据主动编码。
pip install requests -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
SQLAlchemy是ORM框架
pip install SQLAlchemy -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
pymongo是衔接mongodb的库
pip install pymongo -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
MySQL-python是衔接mysql的库
apt-get install python-mysqldb
gearman散布式义务零碎
pip install gearman -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
lxml是python的一个解析库,支持HTML以及XML的解析
pip install lxml -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
elasticsearch库,es的客户端库
pip install elasticsearch -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
pycurl是curl库
pip install pycurl -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
报错
__main__.ConfigurationError: Could not run curl-config: [Errno 2] No such file or directory
apt-get install libcurl4-openssl-dev
泛滥python培训视频,尽正在python学习网,欢送正在线学习!
以上就是Python中一些包的根本用途以及装置办法的具体内容,更多请存眷资源魔其它相干文章!
标签: Python python教程 python编程 python使用问题 包
版权声明:除非特别标注,否则均为本站原创文章,转载时请以链接形式注明文章出处。
抱歉,评论功能暂时关闭!