Quantcast
Channel: "Your python3 install is corrupted" - Ask Ubuntu
Browsing all 9 articles
Browse latest View live

Answer by Nico Schlömer for "Your python3 install is corrupted"

I just tried upgrading to jammy (22.04) and hit the same error. The error comes down to an incorrect symlink check in the upgrader package. I've submitted a bug report with a fix in here.What you can...

View Article



Answer by jcadam for "Your python3 install is corrupted"

Here is the fix when I tried to upgrade my xenial 16.04 box to 18.04mkdir /usr/share/python2/cp /usr/share/python/debian_defaults /usr/share/python2/debian_defaultscd /usr/bin/python2...

View Article

Answer by xeruf for "Your python3 install is corrupted"

None of the answers here seem to explain how you can get to the solution yourself, so I took on a journey, in my case inspecting do-release-upgrade in KDE Neon on Ubuntu 18.04 LTS.First, I ran it with...

View Article

Answer by Ziming Zhou for "Your python3 install is corrupted"

The following commands should work:sudo update-alternatives --install /usr/bin/python python /usr/bin/python2.7 1sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.5 2sudo rm...

View Article

Answer by Daniel K. for "Your python3 install is corrupted"

I observed this error message on Windows 10 1903 running WSL Ubuntu when I wanted to upgrade from 16.04 LTS to 18.04 LTS.After do-release-upgrade had failed, I switched python alternatives to every...

View Article


Answer by Diego Pino for "Your python3 install is corrupted"

Basically the solution to this problem consists of making /usr/bin/python point to the right version of Python your Ubuntu release expects (for instance, in 16.04 was Python2.7 and in 18.04 was...

View Article

Answer by J. B. Rainsberger for "Your python3 install is corrupted"

I just ran into this problem on Pop!_OS 18.04, trying to upgrade to 18.10, and it turns out that the problem lay in the symlink for /usr/bin/python and not for /usr/bin/python3. I had had...

View Article

Answer by wjandrea for "Your python3 install is corrupted"

You need to use the default Python 3 version for 16.04. That's 3.5, not 3.6. So run:sudo ln -sf /usr/bin/python3.5 /usr/bin/python3If that doesn't work, try reinstalling the python3 package.sudo...

View Article


"Your python3 install is corrupted"

I want to upgrade from Ubuntu 16.04.5 LTS to 18.04, so ran sudo do-release-upgrade.After downloading and extracting bionic.tar.gz I get:Can not upgrade Your python3 install is corrupted. Please fix the...

View Article

Browsing all 9 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>
<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596344.js" async> </script>