windows 下 python3操作hive

安装依赖

pip install sasl
pip install thrift
pip install thrift-sasl
pip install PyHive

windows安装sasl报错,解决方案

下载对应版本预编译的包
https://www.lfd.uci.edu/~gohlke/pythonlibs/#sasl

C:\Python27\Scripts\pip.exe install .\sasl-0.2.1-cp27-cp27m-win_amd64.whl

猜你喜欢

转载自blog.csdn.net/u010521842/article/details/81169166