无法使用 python 3.10 启动 Airflow 网络服务器
unable to start Airflow webserver with python 3.10
我安装了python3.10,airflow版本2.2.0
但是当我尝试 运行 cmd : airflow webserver
我得到了:
C:\Users\*\AppData\Local\Programs\Python\Python310\lib\site-packages\airflow\configuration.py:270: DeprecationWarning: The distutils package is deprecated and
slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
from distutils.version import StrictVersion
WARNING:root:OSError while attempting to symlink the latest log directory
ModuleNotFoundError: No module named 'pwd'
如何使用这些设置工具?
请看看这个link。
http://airflow.apache.org/docs/apache-airflow/stable/installation/prerequisites.html
Airflow 2.2 未在 python 3.10
上通过 运行 认证
我安装了python3.10,airflow版本2.2.0 但是当我尝试 运行 cmd : airflow webserver 我得到了:
C:\Users\*\AppData\Local\Programs\Python\Python310\lib\site-packages\airflow\configuration.py:270: DeprecationWarning: The distutils package is deprecated and
slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
from distutils.version import StrictVersion
WARNING:root:OSError while attempting to symlink the latest log directory
ModuleNotFoundError: No module named 'pwd'
如何使用这些设置工具?
请看看这个link。 http://airflow.apache.org/docs/apache-airflow/stable/installation/prerequisites.html
Airflow 2.2 未在 python 3.10
上通过 运行 认证