Python3安装impala
程序员文章站
2022-06-16 23:43:34
步骤: 1.安装Visual C++,目前最新是2019版 安装工作负载c++桌面开发 2.pip3安装模块 安装时报错: # TypeError: can't concat str to bytes 3.改错 编辑 python安装目录/site-packages/thrift_sasl/__in ......
步骤:
1.安装visual c++,目前最新是2019版
安装工作负载c++桌面开发
2.pip3安装模块
pip3 install pure-sasl==0.5.1 pip3 install thrift-sasl==0.2.1 --no-deps pip3 install thrift==0.9.3 pip3 install impyla==0.14.1 pip3 install bitarray==0.8.3 pip3 install thriftpy==0.3.9
安装时报错:
# typeerror: can't concat str to bytes
3.改错
编辑 python安装目录/site-packages/thrift_sasl/__init__.py
# 定位到错误的最后一条,在init.py第94行 (注意代码的缩进)
header = struct.pack(">bi", status, len(body)) self._trans.write(header + body)
更改为:
header = struct.pack(">bi", status, len(body)) if(type(body) is str): body = body.encode() self._trans.write(header + body)
4.重新pip安装
推荐阅读
-
Camworks2017 sp 64位安装破解详细图文步骤(附破解文件下载)
-
linux系统ubuntu18.04安装mysql(5.7)
-
centos 安装 nginx
-
CentOS 7.4 安装 K8S v1.11.0 集群所遇到的问题
-
FloTHERM Suite v12.0 64位安装破解图文教程(附破解文件)
-
【转】Linux系统安装Redis详细过程
-
Altium Designer 17(AD17)汉化破解安装详细图文教程(附Licenses和谐文件)
-
Autodesk Mudbox 2018怎么安装?Autodesk Mudbox 2018破解安装教程
-
CentOS.7下安装配置FTP和SFTP服务
-
Altium Designer17(AD17)免局域网冲突破解文件安装详细教程