UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Python
    3. Posts
    P
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: How can i install pip on ubuntu touch

      Sorry it is in german

      posted in App Development
      P
      Python
    • How can i install pip on ubuntu touch

      I want to use python-pip on ubuntu touch but i cant install:
      hablet@ubuntu-phablet:~$ sudo apt install python3-pip
      [sudo] password for phablet:
      Sorry, try again.
      [sudo] password for phablet:
      Paketlisten werden gelesen... Fertig
      Abhängigkeitsbaum wird aufgebaut.
      Statusinformationen werden eingelesen.... Fertig
      Probieren Sie »apt --fix-broken install«, um dies zu korrigieren.
      Die folgenden Pakete haben unerfüllte Abhängigkeiten:
      g++ : Hängt ab von: g++-9 (>= 9.3.0-3~) soll aber nicht installiert werden
      libpython3-dev : Hängt ab von: libpython3.8-dev (>= 3.8.2-1~) soll aber nicht installiert werden
      python3-pip : Hängt ab von: python3-setuptools soll aber nicht installiert werden
      python3.8-dev : Hängt ab von: libpython3.8-dev (= 3.8.10-0ubuntu1~20.04.8) soll aber nicht installiert werden
      E: Unerfüllte Abhängigkeiten. Versuchen Sie »apt --fix-broken install« ohne Angabe eines Pakets (oder geben Sie eine Lösung an).

      How can i fix it or install it?
      Thanks for help

      posted in App Development
      P
      Python