【发布时间】:2021-10-28 11:15:39
【问题描述】:
由于以下错误,我无法在我的 Windows10 WSL 上安装 Apache Airflow:
ModuleNotFoundError: No module named 'setuptools_rust'
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-h36n9pdt/cryptography/
命令:
export SLUGIFY_USES_TEXT_UNIDECODE=yes
python3 -m pip install apache-airflow
甚至确保 python 版本 >3.5 并且 pip 也显示:
python-pip 已经是最新版本(9.0.1-2.3~ubuntu1.18.04.5)。
请帮忙。
【问题讨论】:
标签: python pip airflow windows-subsystem-for-linux