
Why it is bad idea to let Ubuntu upgrade Python to 3.10...
Usually it's recommended to let Linux install all the updates, but in case of Ubuntu, sometimes it is better to not install every update.
Python 3.10 is not backwards compatible with versions 3.8 and 3.9, and for some reason, Ubuntu decided not to include all essential modules in the minimal install. When having multiple Python versions installed in parallel, Python 3.10 will remove distutils module from older versions. It will also not upgrade requests and urllib3 modules, which will cause a lot of tools to not start correctly as several symbols have been either removed or moved to compatibility shim.
Leave Why it is bad idea to let Ubuntu upgrade Python to 3.10... to:
Read more #python posts
Best Posts From Mika
We have not curated any of mtl1979's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From Mika
- How to use MyHeritage Family Tree Builder without subscribing...
- PayPal launches its own stablecoin PYUSD... Is it safe or not?
- Design limitations of responsive websites
- April 1st, 2023 marks end of mainstream support of Ubuntu 18.04
- Understanding the Ethereum London Revised scam...
- How to use PancakeSwap for creating trading pair, swapping, buying and selling tokens - Part 2
- How to use PancakeSwap for creating trading pair, swapping, buying and selling tokens - Part 1
- How to combat abuse of token bridges...
- Finnish food and drink company recalls potato chips due to potential overdose...
- Why it is bad idea to let Ubuntu upgrade Python to 3.10...