【发布时间】:2016-08-20 01:56:05
【问题描述】:
我正在使用 Docker 和 python3。我正在尝试安装一些库,但我遇到了一些问题。例如,我可以使用 pip3 install numpy 安装 numpy,但我无法正确安装 pandas 和 matplotlib;
我遇到以下问题:
Failed building wheel for pandas
Running setup.py clean for pandas
Failed to build pandas
ERROR: Failed to build one or more wheels
有人可以帮忙吗?
提前致谢
【问题讨论】:
标签: python pandas matplotlib pip python-wheel