[Bug 1983052] Re: Cannot install package python3.10-venv
Hans Joachim Desserud
1983052 at bugs.launchpad.net
Sun Oct 2 09:06:54 UTC 2022
I just tried installing python3.10-venv on Ubuntu 22.04 and it worked
without any problems. Based on the error message, this can happen when
the package information gets temporarily out of sync when updates are
available. So it tries to install a combination of packages where only
some of them are the updated version and the dependencies between them
cause problems.
In this cause, could you please run `sudo apt update` and try again? If
the problem still happens, please attach the output of `apt policy
python3.10-venv python3.10` so we can see which versions are installed
and available.
** Changed in: python3.10 (Ubuntu)
Status: New => Incomplete
** Tags added: jammy unmetdeps
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python3.10 in Ubuntu.
https://bugs.launchpad.net/bugs/1983052
Title:
Cannot install package python3.10-venv
Status in python3.10 package in Ubuntu:
Incomplete
Bug description:
Trying to install python3.10-venv with
sudo apt install python3.10-venv
results in the following error
Einige Pakete konnten nicht installiert werden. Das kann bedeuten, dass
Sie eine unmögliche Situation angefordert haben oder, wenn Sie die
Unstable-Distribution verwenden, dass einige erforderliche Pakete noch
nicht erstellt wurden oder Incoming noch nicht verlassen haben.
Die folgenden Informationen helfen Ihnen vielleicht, die Situation zu lösen:
Die folgenden Pakete haben unerfüllte Abhängigkeiten:
python3.10-venv : Hängt ab von: python3.10 (= 3.10.4-3) aber 3.10.4-3ubuntu0.1 soll installiert werden
E: Probleme können nicht korrigiert werden, Sie haben zurückgehaltene defekte Pakete.
Sorry about the german. It translates to
python3.10-venv depends on python3.10 (= 3.10.4-3) but 3.10.4-3ubuntu0.1 should be installed
E: problems cannot be resolved, you have hold back or defect packages
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.10/+bug/1983052/+subscriptions
More information about the foundations-bugs
mailing list