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
A customer is sometimes (rarely) getting the error ImportError: bad magic number , just wondering if anyone else has experienced this... and come up with a solution?
The text was updated successfully, but these errors were encountered:
@VeNoMouS this is interesting. Is it within your custom / proprietary source code? Or is it from a third-party independent library? The recommendation is not to encrypt third-party, because sometimes they make very odd introspection assumptions (such as reading their files directly). It's possible, but requires careful testing.
What's very odd is that it sounds like this issue is transient. I'd expect it on every execution, although perhaps you have some imports that don't always hit in every exercised path through the code.
Hi guys,
A customer is sometimes (rarely) getting the error
ImportError: bad magic number
, just wondering if anyone else has experienced this... and come up with a solution?The text was updated successfully, but these errors were encountered: