MySQL Forums
Forum List  »  Install & Repo

Re: mysql-connector-python-py3 cannot be upgraded
Posted by: Lars Tangvald
Date: May 19, 2021 01:22AM

Hi,

The reason is that for 8.0.22, the cext package was merged into the regular package, i.e. it was technically removed.

Since it depends on the regular package of the same version, apt won't automatically upgrade that, since it would mean breaking that dependency.

To upgrade, run apt-get install mysql-connector-python-py3 (it will tell you that doing so means removing the 8.0.21 cext package)

Options: ReplyQuote


Subject
Written By
Posted
Re: mysql-connector-python-py3 cannot be upgraded
May 19, 2021 01:22AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.