在Anaconda3 Python 3.5.4 Ubuntu 16.04中安装Kivy失败

时间:2018-05-04 07:16:15

标签: python-3.x ubuntu anaconda kivy

首先,我使用以下方法激活了我的conda环境: source activate building

尝试的方法:

https://kivy.org/docs/installation/installation-linux.html#ubuntu-example

之后安装了先决条件
  1. 使用pip进行安装:

    • pip install cython==0.25.2
    • pip install kivy
    • 结果:失败
      • 记录:https://pastebin.com/m9zu390R
      • 要旨的: ld: cannot find -lSDL2 ld: cannot find -lSDL2_ttf ld: cannot find -lSDL2_image ld: cannot find -lSDL2_mixer ld: cannot find -lSDL2_ttf ld: cannot find -lSDL2_image ld: cannot find -lSDL2_mixer ld: cannot find -lSDL2
  2. 使用来源安装:

    • git clone https://github.com/kivy/kivy.git && cd kivy
    • git checkout stable
    • make
    • 结果:失败
  3. 我确实在Anaconda云上找到了kivy包,但是它们用于python2。

0 个答案:

没有答案