使用pip安装dbt雪花困难


note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pyarrow
Failed to build pyarrow
ERROR: Could not build wheels for pyarrow, which is required to install pyproject.toml-based projects
[end of output]

注意:此错误源自子进程,可能不是pip的问题。错误:subprocess-exited-with-error

x PIP子进程安装构建依赖项未成功运行。│退出代码:1╰─祝辞查看上面的输出。

注意:此错误源自子进程,可能不是pip的问题。


I tried installing dbt-snowflake but having this error. Can anyone help please?

如文档所述,dbt兼容性直到python版本10。如果您最近下载了python 11版本,可能会导致意外行为或错误。您需要安装python的10版,并尝试在使用10版的虚拟环境中重新安装dbt。

参考dbt文档https://docs.getdbt.com/faqs/core/install-python-compatibility.

最新更新