I ran into this problem:
RuntimeWarning: compiletime version X of module ABC does not match runtime version Y
And I'm unable to import the module, presumably as a result of this. More specifically, I get the following error immediately after:
stop [Error]:
No stopped context was found!
I have found a lot of program/package specific questions addressing this problem on Stack Overflow, e.g. this and this, but not a generic fix.
Is there a generic fix to this, or advice for some place/thing I should look into when this happens? Or is this just a case-by-case problem which there's no generic suggestions for?
Any advice would be appreciated; thanks!