为什么在Windows环境下Apache IoTDB中运行`pip install`后出现`failed to build thrift`错误?

问题描述 投票:0回答:1

pip install apache-iotdb
工具不支持Windows环境吗?在Windows中运行
pip install apache-iotdb==0.13.0.post1
后,出现错误消息:
Failed to build thrift, ERROR: Could not build heels for thrift, which is required to install pyproject.toml-based projects
。我想知道在 Apache IoTDB 中执行 pip-install 工具需要哪些设置?以及如何解决这个问题?

database time-series apache-iotdb iotdb
1个回答
0
投票

只要你有 python 3.7 或以上版本,你应该能够在 Apache IoTDB 中执行

pip install
。对于您遇到的错误,
pip-install
的客户端版本最好与IoTDB的服务器版本匹配。根据错误信息,可以检查
sqlalchemy
thrift
这两个依赖是否因版本差异而安装失败。

© www.soinside.com 2019 - 2024. All rights reserved.