[issue42818] AttributeError: 'zipimporter' object has no attribute 'find_spec'

J.D. Rudie report at bugs.python.org
Mon Jan 4 18:05:30 EST 2021


J.D. Rudie <rudiejd at miamioh.edu> added the comment:

Is this an issue with zipimporter, or an issue with a version of setuptools? On the latest version of setuptools, find_spec reverts to find_module, which should be implemented in the 3.9 version of zipimporter unless I'm misunderstanding the issue.

----------
nosy: +rudiejd

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42818>
_______________________________________


More information about the Python-bugs-list mailing list