I have python 3.12.11 installed on a redhat server.
I created a pipenv environment using pipenv install --python /usr/bin/python3.12 since we have multiple versions of python on the server.
When the pipenv is building, I see output that says AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? and also ✘ Locking Failed!
I can enter the pipenv shell, but when I try to install pip packages I see the same AttributeError.