marouane53 / transcribe

MIT License
145 stars 68 forks source link

module 'pkgutil' has no attribute 'ImpImporter' #3

Open L-amazighi opened 5 months ago

L-amazighi commented 5 months ago

i always end with this error (module 'pkgutil' has no attribute 'ImpImporter') when installing tafrigh ! and the script just pop up and disappear when i click on.

i am using Windows 11 and python 3.12

Ali-Kabbadj commented 5 months ago

something about the ImpImporter class being removed/deprecated at some point: stackoverflow

try this :

python -m ensurepip --upgrade python -m pip install --upgrade setuptools

AliOsm commented 2 months ago

Tafrigh now is available through Docker with pre-built images, check the docs.