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
The string sys.version should not be used for version comparisons as there's no guarantee the version number is at the beginning of the string. Instead the tuple sys.version_info should be used.