Comment 33 for bug 1818770

Revision history for this message
Seyeong Kim (seyeongkim) wrote :

while upgrading pkg in cosmic.

I faced error with apt command.

It seems that dependency issue is there. and newer version of python3-django-horizon is not there yet.

root@node-11:~# apt install python3-django-horizon openstack-dashboard
Reading package lists... Done
Building dependency tree
Reading state information... Done
python3-django-horizon is already the newest version (3:14.0.2-0ubuntu1).
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 openstack-dashboard : Depends: python-django-horizon (= 3:14.0.2-0ubuntu2) but it is not going to be installed or
                                python3-django-horizon (= 3:14.0.2-0ubuntu2) but 3:14.0.2-0ubuntu1 is to be installed
E: Unable to correct problems, you have held broken packages.
root@node-11:~# apt install python3-django-horizon
Reading package lists... Done
Building dependency tree
Reading state information... Done
python3-django-horizon is already the newest version (3:14.0.2-0ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 30 not upgraded.
root@node-11:~#