gpt4 book ai didi

python - 气流 initdb : undefined symbol: Py_GetArgcArgv

转载 作者:行者123 更新时间:2023-12-03 14:42:41 24 4
gpt4 key购买 nike

我按照文档安装了 Apache-airflow。 https://airflow.apache.org/docs/stable/start.html

当我执行airflow initdb时,每次都会出现错误。

x-MacBook-Pro:~ x$ airflow initdb
......
import airflow.utils.dag_processing
File "/Library/Python/3.7/site-packages/airflow/utils/dag_processing.py", line 40, in <module>
from setproctitle import setproctitle
ImportError: dlopen(/Library/Python/3.7/site-packages/setproctitle.cpython-37m-darwin.so, 2): Symbol not found: _Py_GetArgcArgv
Referenced from: /Library/Python/3.7/site-packages/setproctitle.cpython-37m-darwin.so
Expected in: flat namespace
in /Library/Python/3.7/site-packages/setproctitle.cpython-37m-darwin.so

一个答案表明这是二进制包的问题。但我仍然不知道如何解决这个问题。
这是链接 https://github.com/psycopg/psycopg2/issues/807 .

MacOSX 10.15.3

点 20.0.2

python 3.7.3

最佳答案

我在 python 3.7 遇到了同样的问题但适用于直接从 python 页面安装的 Python 3.8,创建一个新环境并在新环境中再次安装 apache-airflow,确保您拥有此版本 apache-airflow 的所有依赖项,并且您没有使用本地环境以避免错误。

关于python - 气流 initdb : undefined symbol: Py_GetArgcArgv,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60684146/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com