I'm using WSL Ubuntu, recently upgraded from 18.04 to 20.04. I was trying to install python 3.8, and apparently had to remove the old bionic python 3.8. After doing so, I keep running into the following error:
E: Could not read response to hello message from hook [ ! -f /usr/bin/snap ] || /usr/bin/snap advise-snap --from-apt 2>/dev/null || true: Success
I'm unable to remove the other bionic packages, and I'm unable to call sudo apt autoremove
. I'm still not able to install python3.8 focal due to the bionic dependencies.
If you have any suggestions to fix this issue, please let me know! Thanks!