On Ubuntu I'm trying to install python packages inside Pipenv environment. I do start the Pipenv shell by typing pipenv shell and the pip install But, it is giving this error
ModuleNotFoundError: No module named 'distutils.cmd'
Pip is working fine with none Error like the above, outside Pipenv. The error is appearing only inside Pipenv.
I'm using python3.9.9