在Buildozer VM

时间:2019-01-27 20:24:38

标签: python matplotlib kivy buildozer

我从here下载了虚拟机(适用于Android / Buildozer)。 我需要在此虚拟机上安装Matplotlib,但无法安装。 我已经在终端中尝试了以下方法:

  • sudo pip install matplotlib

  • sudo apt-get build-dep python-matplotlib

  • python -mpip install matplotlib

我收到以下错误:

posixsybprocess.c:16:20: fatal error: Python.h: No such file or directory
Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-5xFopz/subprocess32/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-Q8TTao/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-5xFopz/subprocess32/

有人可以帮我吗?

1 个答案:

答案 0 :(得分:0)

尝试一下:

sudo apt-get install libfreetype6-dev libpng-dev 然后

sudo apt-get安装python-pip sudo pip安装matplotlib

如果它不起作用: 须藤apt-get install python-matplotlib 要不就 sudo apt-get install matplotlib

如果一开始不起作用,请尝试升级和更新apt-get,然后再尝试一次