
python
lmb633
这个作者很懒,什么都没留下…
展开
-
python3.6 安装pip3
安装pip3 sudo apt-get install python3-distutils wget --no-check-certificate https://pypi.python.org/packages/source/s/setuptools/setuptools-19.6.tar.gz#md5=c607dd118eae682c44ed146367a17e26 tar -zxvfsetuptools-19.6.tar.gz cdsetuptools-19.6 python...原创 2020-06-04 10:21:05 · 431 阅读 · 0 评论 -
python通过hbase的client读取数据
使用的python版本为3.5.2,使用过程中发现了好几个坑 首先安装thrift和hbase-thrift pip install thrift pip install hbase-thrift 安装完成之后第一次运行,报错误: in <module> from hbase import Hbase File "C:\Users\tianxiao\AppData...原创 2019-01-07 18:22:22 · 4497 阅读 · 6 评论