pip install *.whl schlägt fehl

Heute ist Stammtischzeit:
Jeden Donnerstag 20:30 Uhr hier im Chat.
Wer Lust hat, kann sich gerne beteiligen. ;)
  • Ich möchte gern nach dieser Anleitung:
    http://www.linphone.org/wiki/doku.php/raspberrypi:start

    linphone für den RPi installieren. Leier schlägt das fehl.

    Download und Vorbereitungen waren okay, aber jetzt folgt eigentlich die Installation der whl-Datei - die aber mit der Fehlermeldung abbricht:

    Code
    pi@DoorPiTestB /home/DoorPi $ sudo pip install linphone4raspberry-3.8.0-cp27-none-any.whl
    Downloading/unpacking linphone4raspberry-3.8.0-cp27-none-any.whl
      Could not find any downloads that satisfy the requirement linphone4raspberry-3.8.0-cp27-none-any.whl
    No distributions at all found for linphone4raspberry-3.8.0-cp27-none-any.whl
    Storing complete log in /root/.pip/pip.log

    Kann mir jemand helfen?

    selber gelöst...

    Abfolge ist laut Wiki:

    Code
    sudo apt-get install python-setuptools
    sudo easy_install pip
    sudo pip install wheel

    und dann fehlt noch:

    Code
    sudo pip install --upgrade pip

    Erst dann ist wheel aktiviert...


    Lösung fand ich hier:
    http://stackoverflow.com/a/27885547

  • Probier es mal damit:

    Code
    cd /
    wget http://www.linphone.org/snapshots/linphone-python-raspberry/linphone4raspberry-3.8.1-28-g40f82ac.linux-arm-py2.7.zip
    unzip linphone4raspberry-3.8.1-28-g40f82ac.linux-arm-py2.7.zip
    mv /usr/lib/python2.7/site-packages/linphone /usr/lib/python2.7/
    Code
    root@raspberrypi:/# python
    Python 2.7.3 (default, Mar 18 2014, 05:13:23) 
    [GCC 4.6.3] on linux2
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import linphone
    >>>

Jetzt mitmachen!

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