Demwar77
Demwar77
It has something to do with Python not being able to load the Pip: AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? [end of output] note: This...
That does not solve the problem of Python 3.12 not being able to download the files
> Hi, it looks like your pip version is older than your python version. Try upgrading pip: > > ``` > > .\python_embeded\python.exe -m ensurepip --upgrade > ``` I get...