Anfängerfrage Kivy

  • Hallo,
    ich bin relativ neu in der Welt des Raspberry PI

    habe mir den Raspberry Pi 3 zugelegt, dazu die neuste Raspbian Jessi Version raufgepackt und den 7 Zoll Touchscreen.
    ich habe den Raspberry Pi 3 ins Wlan bekommen und der Touchscreen funktioniert auch aber ich kriege einfach kein Kivy draufinstalliert.
    hab die offizielle Anleitung von der Kivy webseite genommen.
    Er läuft immer in ein debuging storage error..
    kriegt es aktuell hin mit dem raspberry pi 3 und raspbian jessie KIVY zu installieren ?

    Wäre euch sehr dankbar, wenn ihr mir helfen können
    Gruß
    Danjin

  • Bitte zeige uns, welche kommandos du konkret eingibst, Und die gesamten Fehlermeldungen, die du bekommst. Bitte nicht paraphrasieren , Sondern per Copy & Paste hier einfügen.

  • Betriebssystem: Jessie Light aus 2017(11.01)
    eingegeben habe ich:

    Code
    sudo raspi-config (Zeit, keyboard einstellungen)
    sudo reboot

    (um dort das WLAN einzustellen)

    Code
    sudo /etc/wpa_supplicant/wpa_supplicant.conf 
    sudo reboot
    sudo apt-get update
    sudo apt-get upgrade


    --> bis hierhin hat alles super funktioniert. (kriege eine IP-Adresse und kann auch seiten etc anpingen.

    Pip3 installieren:

    Code
    sudo apt-get install python3-pip --fix-missing


    Cython installieren:

    Code
    pip3 install Cython

    für Kivy:

    Code
    sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev \
       pkg-config libgl1-mesa-dev libgles2-mesa-dev \
       python-setuptools libgstreamer1.0-dev git-core \
       gstreamer1.0-plugins-{bad,base,good,ugly} \
       gstreamer1.0-{omx,alsa} python-dev cython

    -->von der offiziellen Kivy seite https://kivy.org/docs/installation/installation-rpi.html

    und dann gebe ich das ein:
    [code]sudo pip3 install git+https://github.com/kivy/kivy.git@master[/code]

    ErrorCode:

    Downloading/unpacking git+https://github.com/kivy/kivy (to master)
    Cloning https://github.com/kivy/kivy (to master) to /tmp/pip/ewu8ze__-build
    fatal: unable to access 'https://github.com/kivy/kivy.git/' : Could not resolve host: github.com
    Complete output from command /usr/bin/git clone -q https://github.com/kivy/kivy.git /tmp pip-ewu8ze__-build

    --------------------------------------------------------------------------------------------------------------------------------
    Cleaning up...
    Command /usr/bin/git clone -q https://github.com/kivy/kivy.git /tmp/pip-ewu8ze__-build failed with error code 128 in none
    Storing debug log for failure in /root/.pip/pip.log

    Einmal editiert, zuletzt von Danjin (17. Februar 2017 um 08:44)

Jetzt mitmachen!

Du hast noch kein Benutzerkonto auf unserer Seite? Registriere dich kostenlos und nimm an unserer Community teil!