作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我按照文档安装了 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
最佳答案
我在 python 3.7
遇到了同样的问题但适用于直接从 python 页面安装的 Python 3.8,创建一个新环境并在新环境中再次安装 apache-airflow,确保您拥有此版本 apache-airflow 的所有依赖项,并且您没有使用本地环境以避免错误。
关于python - 气流 initdb : undefined symbol: Py_GetArgcArgv,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60684146/
我按照文档安装了 Apache-airflow。 https://airflow.apache.org/docs/stable/start.html 当我执行airflow initdb时,每次都会出
我是一名优秀的程序员,十分优秀!