Closed jwodder closed 1 year ago
MetaPathFinder.find_module() was deprecated in Python 3.4 in favor of find_spec(), and starting in Python 3.10, having a find_module() but no find_spec() results in a warning being emitted.
MetaPathFinder.find_module()
find_spec()
find_module()
MetaPathFinder.find_module()
was deprecated in Python 3.4 in favor offind_spec()
, and starting in Python 3.10, having afind_module()
but nofind_spec()
results in a warning being emitted.