AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? #12315
Unanswered
xufengsong
asked this question in
Q&A
Replies: 1 comment
-
Have the same issue and find this page. I solved it by updating setuptools with the command |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having trouble implementing installation from GET STARTED page.
I activated an conda environment and successfully get
pip install -U openmim
command done.
however I am having trouble installing mmengine when i run
mim install mmengien
It give me
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
this error.
Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions