在A2hosting Web服务器上添加Python模块

时间:2014-03-05 07:59:03

标签: python web-services web ssh matplotlib

我是新手,所以提前抱歉。

后台:我目前正在使用A2hosting作为我的网络服务器。我在Web服务器上显然有python(很明显),我用它来通过cronjob动态更新我的网站。现在,我想制作一些东西,并使用Python模块matplotlib将它们添加到我的网站。我目前,在网络服务器上没有该模块,或者至少我收到没有模块存在的错误。

问题:那么当我将SSH连接到我的A2hosting网络服务器时,如何添加Python模块?我尝试使用sudo apt get但是没有用。

我的错误消息:

roy123@reichwein.net [~]# pip install numpy
Downloading/unpacking numpy
  Downloading numpy-1.8.0.tar.gz (3.8Mb): 3.8Mb downloaded
  Running setup.py egg_info for package numpy
    Traceback (most recent call last):
      File "<string>", line 14, in ?
      File "/home/roy123/build/numpy/setup.py", line 16
        from __future__ import division, print_function
    SyntaxError: future feature print_function is not defined
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 14, in ?

  File "/home/roy123/build/numpy/setup.py", line 16

    from __future__ import division, print_function

SyntaxError: future feature print_function is not defined

----------------------------------------
Command python setup.py egg_info failed with error code 1 in /home/roy123/build/numpy
Storing complete log in /home/roy123/.pip/pip.log

谢谢!

0 个答案:

没有答案