小编use*_*933的帖子

在没有root权限的情况下安装matplotlib及其依赖项

我想在我/myhome没有root权限的帐户的服务器上使用matplotlib .

我下载了matplotlib源代码并尝试使用distutils和用户sheme安装它python setup.py install --user,但是它返回了以下消息:

============================================================================
Edit setup.cfg to change the build options

BUILDING MATPLOTLIB
        matplotlib: yes [1.3.1]
            python: yes [2.7.3 (default, Jan  2 2013, 13:56:14)  [GCC
                    4.7.2]]
          platform: yes [linux2]

REQUIRED DEPENDENCIES AND EXTENSIONS
             numpy: yes [version 1.6.2]
          dateutil: yes [using dateutil version 1.5]
           tornado: yes [tornado was not found. It is required for the
                    WebAgg backend. pip/easy_install may attempt to
                    install it after matplotlib.]
         pyparsing: yes [pyparsing was not found. It is required …
Run Code Online (Sandbox Code Playgroud)

python installation dependencies module matplotlib

13
推荐指数
3
解决办法
2万
查看次数

标签 统计

dependencies ×1

installation ×1

matplotlib ×1

module ×1

python ×1