AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? #4292
Unanswered
annonymous-axe
asked this question in
Q&A
Replies: 1 comment
-
The latest versions of setuptools has solved this problem a while ago. Só probably an older version of setuptools is being used. If I had to guess I would say that there is a version cap for setuptools in The easiest is to probably try using a more recent version of numpy. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I run
pip install numpy == 1.24.2
.I get the error message :
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
Can anyone encounter the same issue before and how you solve it ?
Beta Was this translation helpful? Give feedback.
All reactions