An ImportError should have been raised, however the exception is captured and in the except block it only prints a message. Perhaps at that point the code should either re-raise or return. cc @ezyang @SherlockNoMad @EikanWang @jgong5 @wenzhe-nrv
An ImportError should have been raised, however the exception is captured and in the except block it only prints a message.
Perhaps at that point the code should either re-raise or return.
cc @ezyang @SherlockNoMad @EikanWang @jgong5 @wenzhe-nrv