@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.
Latest posts made by chaospredictor
-
RE: venv installation
-
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 sourceW: 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?