Associate a new Authenticator device to a Microsoft account

Go to https://mysignins.microsoft.com/security-info and Add sign-in method

Fixing Process finished with exit code 138 (interrupted by signal 10: SIGBUS) when debugging in PyCharm

Apparently this has something to do with the Cython optimizations. Disable them by adding PYDEVD_USE_CYTHON=NO;PYDEVD_USE_FRAME_EVAL=NO to your run configuration.

– via YouTrack