The main feature missing from lazy import that would be useful in this situation is really just having a way to know if the import would succeed without having to complete the import (as discussed in the PEP 810 thread).
If I understood it the proposal here is just that compared to lazy import a different exception could be raised on reification. That doesn’t seem useful to me.