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 工具需要哪些设置?以及如何解决这个问题?
只要你有 python 3.7 或以上版本,你应该能够在 Apache IoTDB 中执行
pip install
。对于您遇到的错误,pip-install
的客户端版本最好与IoTDB的服务器版本匹配。根据错误信息,可以检查sqlalchemy
和thrift
这两个依赖是否因版本差异而安装失败。