Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
534 views

do-release-upgrade from 16.04 failing due to "Your python install is corrupted."

When trying to upgrade from 16.04 LTS via do-release-upgrade, I was getting the following error: Your python install is corrupted. Please fix the '/usr/bin/python3' symlink. Trying the many ...
Mark K Cowan's user avatar
4 votes
5 answers
17k views

No module named 'uaclient' during `sudo apt upgrade` (ubuntu 16.04)

I'm trying to upgrade my desktop from ubuntu 16.04 to 18.04. (I regret not having upgraded it earlier before the ubuntu 16.04 EOL arrived. Two weeks ago I have upgraded two 16.04 notebooks to 18.04 ...
Chan Kim's user avatar
  • 2,213
6 votes
0 answers
282 views

Cannot upgrade EC2/Ubuntu to 18.04.4 with do-release-upgrade. Maybe it's python?

I'm trying to upgrade my Amazon EC2 instance from Ubuntu 16.04.6 to 18.04.4. I've already performed the cleanups like apt clean, apt autoremove etc... Then I start do-release-upgrade, I confirm to ...
TheUnexpected's user avatar
1 vote
1 answer
1k views

After upgrading Ubuntu 16.04 to 18.04 vim does not work... can't install it!

After upgrading Ubuntu, I just notice that vim is not working (actually deleting from Ubuntu) So I tried to re-installing it using this command: $ sudo apt install vim And the result is: Reading ...
Mohammad Sharifi's user avatar
0 votes
0 answers
222 views

Samba fails to upgrade Ubuntu 16.04 Python error

I tried to do a apt upgrade and Samba failed to upgrade: Preparing to unpack .../python-urllib3_1.13.1-2ubuntu0.16.04.2_all.deb ... Traceback (most recent call last): File "/usr/bin/pyclean", line ...
marcusorjames's user avatar
2 votes
0 answers
1k views

Upgrade to python 2.7.15 (for gdb 8) on Ubuntu 16.04

I am running Ubuntu 16.04 with gdb version 7.11.1-0ubuntu1~16.5. When I upgraded g++ to g++-6.4 (Ubuntu 6.4.0-17ubuntu1~16.04), gdb started giving python errors like: Python Exception <class '...
Sagar Jha's user avatar
  • 1,083
6 votes
2 answers
18k views

Error upgrading Ubuntu 16.04 LTS python-minimal package error

Everything was going very smooth until today when I decided to upgrade Ubuntu 16.04.3 to 16.04.4 When it was in the last stage of installing the downloaded updates, python-minimal packaged failed to ...
Saurav Kumar's user avatar
1 vote
0 answers
142 views

unmet dependencies running apt-get upgrade after installing python3 to /opt

I am on 16.04. I installed python 3.6.0 to /opt/python3.6 (it is not on my path) and when I try to run apt-get upgrade it tells me that I have a lot of unmet dependencies that depend on python <= 2....
Joff's user avatar
  • 514
0 votes
0 answers
104 views

How to meet dependencies for Python3.4 in Ubuntu?

I upgraded my system from 14.04 to 16.04, Ubuntu 16.04 has Python 3.5, but I also installed Py 3.4. But nothing actually works. like I pip3.4 installed Django, there were many unmet dependencies ...
sachsure's user avatar
  • 151
1 vote
1 answer
345 views

Why do I need to install every Django dependency after upgrade to Ubuntu 16.04 (Xenial Xerus)?

I upgraded from Ubuntu 14.04 (Trusty Tahr) to 16.04 (Xenial Xerus), and I installed Python 3.4 and Django 1.9.2. Now when I run a Django Project with: python3.4 manage.py runserver I get import ...
sachsure's user avatar
  • 151
1 vote
1 answer
579 views

Ubuntu 16.04 LTS upgrade broke some dependencies

I just upgraded my laptop from 14.04 LTS to 16.04 LTS and it appears to have broken several dependencies. I noticed two broken python packages, but after poking around, it appears like the issues may ...
Bill Broderick's user avatar
3 votes
1 answer
4k views

ImportError: No module named datetime upgrade to Ubuntu 16.04 LTS AWS CLI [duplicate]

I can't get the AWS CLI using python2.7 to work after upgrading to Ubuntu 16.04LTS. I've tried the suggestions from This SO Question from 14.04 Upgrade with no luck. I also uninstalled and ...
JBaczuk's user avatar
  • 241
1 vote
1 answer
342 views

Python broken after 15.10 to 16.04 upgrade

After doing an upgrade from 15.10 to 16.04, my Python packages seem broken. Looks like a compilation error for python-minimal. me@me:/etc/apt/sources.list.d$ sudo apt-get -f install Reading package ...
jdwiegman's user avatar
  • 168