python
wenjun_xiao
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Python安装包超时
使用pip/pip3安装python包的时候会出现超时失败的情况 国内镜像 使用豆瓣的 pip3 install -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com pandas 使用阿里的 pip3 install -i http://mirrors.aliyun.com/pypi/simple/ --trusted...原创 2020-05-08 11:49:50 · 537 阅读 · 0 评论 -
[解决方案] Windows pyhive Could not start SASL
Windows下使用pyhive连接hive的代码例子如下 from pyhive import hive conn = hive.Connection(host='172.100.0.11',port=10000) cursor = conn.cursor() cursor.execute('show tables') for result in cursor.fetchall(): p...原创 2020-02-24 17:50:06 · 12439 阅读 · 53 评论
分享