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
I think the main way for this to happen is if our snip_maker import fails.
We should move the snip_maker import into the if HAS_NXSDK block below where we do other sub-imports within nxsdk. We can wrap it in its own try block there if we want (to just not do the snip_maker monkeypatch if its not there), or just fail completely, but at least then it would be clear why things aren't working.
The text was updated successfully, but these errors were encountered:
I think the main way for this to happen is if our
snip_maker
import fails.We should move the
snip_maker
import into theif HAS_NXSDK
block below where we do other sub-imports withinnxsdk
. We can wrap it in its own try block there if we want (to just not do thesnip_maker
monkeypatch if its not there), or just fail completely, but at least then it would be clear why things aren't working.The text was updated successfully, but these errors were encountered: