【问题标题】:pandas and matplotlib not installed未安装 pandas 和 matplotlib
【发布时间】: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


    【解决方案1】:

    如果可能,您可以从here 安装 Ananconda Server,它默认捆绑了所有这些软件包。

    然后你可以通过conda install <pkg_name>安装额外的包

    【讨论】:

    • 谢谢。我实际上用 anaconda 尝试过它,但是我在工作中使用它时遇到了一些技术问题。但是,我在另一篇文章中找到了解决方案。
    猜你喜欢
    • 2020-07-28
    • 2021-05-20
    • 2016-04-30
    • 1970-01-01
    • 1970-01-01
    • 2012-07-02
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多