下载安装包地址:https://thrift.apache.org/download
Release目录下:
1.安装压缩包thrift-0.16.0.tar.gz
2.安装.exe文件thrift-0.16.0.exe
将thrift-0.16.0.exe改名为thrift.exe(可选)
将thrift.exe所在路径添加至系统环境变量的PATH中
测试:
thrift -version
安装python相关依赖:
找到lib文件夹下的py文件夹:thrift-0.16.0\lib\py
发现文件setup.py
运行命令:
python setup.py install
即可安装python依赖项