You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Something upstream has caused PyO3 to stop cooperating with the error handling offered by anyhow. Anyhow's Ok() can no longer be used as a PyErr type; all that needs to be done to fix this is clarify what is to be imported from anyhow - I don't actually need anyhow's Ok(), so removing use anyhow::* seems like it fixes the issue.