E: Unable to locate package python-openssl
Have a fresh install of 22.04 (non-upgrade) and seems I'm running into a ton of issues trying to make my "usual" tools work with Python 3.10.4 that comes bundled with. It's too scary trying to downgrade a bundled Python, much rather use dev tools like venv or pipenv.
RealPython article here says I need to install these build tools, get that (still not sure pipenv will run correctly), but it chokes on openssl. Any reason that is happening? Seems like I ran into an issue with that module earlier on in the 22.04 world but can't recollect exactly where.
The more of this type of issue I run into, the more I question the Ubuntu packagers going with 3.10, I'm sure I could check to see how soon these issues will be resolved on pypi.org or the like, but curious how many of my fellow devs feel like they upgraded the base OS too soon?