使用pip

时间:2018-01-31 11:28:36

标签: python python-3.x matplotlib

我想在azure虚拟机上安装matplotlib。由于安全原因,我无法访问互联网。

我按照以下步骤进行了跟踪:

  1. 从python索引门户网站下载matplotlib包
  2. pip install matplotlib-2.1.0.tar.gz提示符处执行conda,它给了我Failed building wheel for matplotlib错误
  3. 所以我试图通过matplotlib-winbuild在Windows Wheels上构建Matplotlib:https://github.com/jbmohler/matplotlib-winbuild

    我已经从github下载并提取了matplotlib-master,matplotlib-winbuild-master并执行了需要Microsoft vs 2010 python matplotlib-winbuild\buildall.py的{​​{1}}但是我已经安装了C++ Microsoft vs 2014 C++

    我已按照以下问题的答案进行搜索和尝试,但他们没有帮助。

    Offline Installation of python & pip
    Getting error while using pip installation

    由于代理问题,我不想使用conda来安装matplotlib 我该怎么办?

1 个答案:

答案 0 :(得分:0)

您可以下载.tar.gz(其中包含已编译的代码),而不是下载.whl(包含源代码),例如,请参阅pypi page for matplotlib

现在你需要抓住正确的版本,你可以很容易地看到名字,复制机器并安装如下:

pip install whatever_lib.whl