Ubuntu:如何用python3.2安装matplotlib(freetype问题)

时间:2014-07-09 08:11:28

标签: python ubuntu python-3.x matplotlib freetype

在这个帖子中:

How to install matplotlib with Python3.2

建议如下:

  

git clone https://github.com/matplotlib/matplotlib

     

cd matplotlib

     

python3 setup.py build

     

sudo python3 setup.py install

但这对我来说不起作用,因为我得到了:

  
      
  • 无法构建以下必需的包:
  •   
  • freetype的
  •   

我不知道什么是freetype,但它似乎没有在aptitude或pip。

我在这里找到了消息来源: https://github.com/rougier/freetype-py

但安装失败:

byte-compiling /usr/local/lib/python3.2/dist-packages/freetype/__init__.py to
     

初始化 .cpython-32.pyc         文件“/usr/local/lib/python3.2/dist-packages/freetype/init.py”,第39行           引发RuntimeError,'找不到Freetype库'                             ^       SyntaxError:语法无效

但显然这是预期的,因为freetype似乎没有用python3.2:

https://code.google.com/p/freetype-py/issues/detail?id=11

在我看来,其他人设法使用matplotlib和python3,我缺少什么?

ps:这不起作用: `Sudo pip install matplotlib` fails to find freetype headers. [OS X Mavericks / 10.9]

1 个答案:

答案 0 :(得分:0)

发现了这个问题。 我的错误只是寻找一个名为" freetype"而不是" libfreetype"。

https://launchpad.net/ubuntu/+source/freetype