Changes between Version 10 and Version 11 of InstallMac
- Timestamp:
- Jan 8, 2021 4:39:55 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallMac
v10 v11 1 = Installing GSAS-II on Mac OS X=1 = Installing GSAS-II on MacOS = 2 2 3 GSAS-II has been tested by us (Brian) on Intel (i386) Macs typically running 10.12 to 10.15 (Catalina). GSAS-II does not 4 yet run on Apple Silicon (M1) CPUs and it also has serious problems with 5 OS X 11 (Big Sur) [#BigSur see below for more]. 3 GSAS-II has been tested by us (Brian) on Intel (x86) Macs typically running 10.12 to 10.15 (Catalina). GSAS-II does not yet run on Apple Silicon (M1) CPUs. The installation process on MacOS 11.0 (Big Sur) [#BigSur see below for more] has been debugged, but little testing of the code has yet been done. 6 4 7 While this is not recommended, GSAS-II can be run on older versions of OS X (even back to 10.6) but you will need to find and install older Python distributions, [wiki:InstallMacHardWay see the "hard way" instructions]. We can't help with this.5 While this is not recommended, GSAS-II can be run on older versions of OS X (even back to 10.6) but you will need to find and install older Python distributions, [wiki:InstallMacHardWay see the "hard way" instructions]. We can't help you with this. 8 6 9 7 == Installing the easy way == … … 29 27 == Installing the hard way == 30 28 31 See [wiki:InstallMacHardWay these instructions] if you want to install Python yourself or have an old Mac OS Xversion, etc.29 See [wiki:InstallMacHardWay these instructions] if you want to install Python yourself or have an old MacOS version, etc. 32 30 33 31 == Big Sur == 34 32 35 There are two problems with running GSAS-II on Macs under Big Sur. These have been resolved in the installer as of 8 Jan 2021. If upgrading from where a previous installation is present, it is possible to update and then run the makeMacApp.py file (or bootstrap.py) to fix things, but reinstalling may be easier.36 ''For those who care, the major bug is that due to macOS 11 changes, Python needs an update to find the OpenGL library. See discussion [https://stackoverflow.com/a/64021312/2487653 here]. Eventually Python should catch up. A more minor bug is that the !AppleScript fails with a "Not authorized to send Apple events to Terminal" error. A work aroundfor that appears to be to open and save the script inside the Script Editor. This is now done automatically in the installation process.''33 There are two problems with running GSAS-II on Macs under Big Sur. These have been resolved in the installer as of 8 Jan 2021. If upgrading MacOS and have a previous installation, it is possible to update by running `bootstrap.py` to get the latest code and to fix permissions on the .app (by running `makeMacApp.py`), but reinstalling may be easier. 34 ''For those who care, the major bug here is that due to macOS 11 changes, Python needs an update to find the OpenGL library. See discussion [https://stackoverflow.com/a/64021312/2487653 here]. Eventually Python should catch up. A more minor bug is that the !AppleScript used to launch GSAS-II fails with a "Not authorized to send Apple events to Terminal" error. A fix for that appears to be to open and save the script inside the Script Editor. This is now done automatically in the installation process.'' 37 35