PINE64
Python3-yoyo errors - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139)
+---- Thread: Python3-yoyo errors (/showthread.php?tid=12330)



Python3-yoyo errors - Ireallyhateuaernames - 11-28-2020

I installed Mobian to the emmc on my pinephone.  After resizing the partition on it's first boot, I decided to do a full system upgrade with
Code:
sudo apt update && sudo apt upgrade

Unfortunately, I encountered an error with dpkg trying to unpack python3-yoyo.

I am unsure of where to look to find more information about this error as a Google search doesn't bring up any results, so any help would be greatly appreciated.


RE: Python3-yoyo errors - dukla2000 - 11-28-2020

There was an upgrade problem a while back with yoyo: did you install the latest nightly? (Shouldn't be a problem with a nightly since 20201113)


RE: Python3-yoyo errors - Ireallyhateuaernames - 11-28-2020

I used the Mobian installer to install Mobian to the emmc. I will download the newest nightly build and try from there.


RE: Python3-yoyo errors - Ireallyhateuaernames - 11-28-2020

The nightly build solved the problem with python3-yoyo.  Thank you for the help.


RE: Python3-yoyo errors - ryo - 11-30-2020

This solved it for me:
Code:
sudo rm -rf /var/lib/dpkg/info/python3-yoyo-migrations.* && sudo apt autoremove && sudo apt-get dist-upgrade -y