【发布时间】:2020-11-09 16:19:20
【问题描述】:
当我尝试pip install streamlit 时,它会失败并显示错误消息:
错误:“无法为使用 PEP 517 且无法直接安装的 pyarrow 构建轮子”
我尝试直接安装pip install pyarrow,但仍然给出相同的错误消息
【问题讨论】:
-
能否请您发布
pip install pyarrow的完整回溯?能否指定你的操作系统和 python 版本? -
您也可以尝试
pip install --upgrade pip setuptools wheel,然后重试pip install streamlit。