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

    Posts

    Recent Best Controversial
    • RE: venv installation

      @lduboeuf I'm building some python web app with local server. I would like it to be deployed on Ubuntu touch. And now, I just tried to run it by installing required python frameworks.

      posted in App Development
      C
      chaospredictor
    • venv installation

      I'm trying to install venv but getting errors, same happens with pip.

      phablet@ubuntu-phablet:~$ sudo apt-get install -y python3-venv
      [sudo] password for phablet:
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      Package python3-venv is not available, but is referred to by another package.
      This may mean that the package is missing, has been obsoleted, or
      is only available from another source

      W: Not using locking for read only lock file /var/lib/dpkg/lock-frontend
      W: Not using locking for read only lock file /var/lib/dpkg/lock
      E: Package 'python3-venv' has no installation candidate
      phablet@ubuntu-phablet:~$ sudo apt-get install -y python3-pip
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      W: Not using locking for read only lock file /var/lib/dpkg/lock-frontend
      W: Not using locking for read only lock file /var/lib/dpkg/lock
      E: Unable to locate package python3-pip
      phablet@ubuntu-phablet:~$

      Any suggestions?

      posted in App Development
      C
      chaospredictor