On a colleague's machine: - iMac with intel i5 processor - macOS 11 - installing from SageMath 9.3 macOS 11 binary
After downloading and extracting the binary tarball, running Sage launches the relocation process, then displays the banner, two syntax warnings, and the prompt. ``` ┌────────────────────────────────────────────────────────────────────┐ │ SageMath version 9.3, Release Date: 2021-05-09 │ │ Using Python 3.9.2. Type "help()" for help. │ └────────────────────────────────────────────────────────────────────┘ /Applications/SageMath/local/lib/python3.9/site-packages/traitlets/config/loader.py:795: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(key) is 1: /Applications/SageMath/local/lib/python3.9/site-packages/traitlets/config/loader.py:804: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(key) is 1: sage: ``` Sage seems to work fine, but I'm surprised by these syntax warnings. -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/CAEcArF1-jq2iZYC2JsMzBp338XyTx%3D7%3DfJUD8Vy9HOX4XL5Ztg%40mail.gmail.com.
