No module named 'distutils.cmd' with Python3.9 in Ubuntu 22.04
I've created a virtual environment of Python3.9 with Pycharm but when I try to install the packages in requirements, I get this error: Error: Traceback (most recent call last): File "/snap/pycharm-professional/401/plugins/python/helpers/packaging_tool.py", line 85, in run_pip runpy.run_module(module_name, run_name='__main__', alter_sys=True) File "/usr/lib/python3.9/runpy.py",…