Changes between Version 1 and Version 2 of Ticket #4663, comment 13
- Timestamp:
- Jul 15, 2021, 4:33:09 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4663, comment 13
v1 v2 3 3 Qt 5, PyQt5, ambertools, pytables, h5py, imagecodecs, matplotlib, netcdf4, scipy 4 4 5 Posts online talk about successfully using homebrew or miniconda to get matplotlib and scipy. 5 Qt will probably require Qt 6.2. 6 7 https://www.qt.io/blog/qt-on-apple-silicon 8 https://wiki.qt.io/Qt_6.2_Release 9 10 PyQt6 no indication of whether RiverBank will offer arm64 builds. 11 PySide6 seems likely to offer arm64 in Qt 6.2 but current 6.2 beta 1 on macOS does not include QtWebEngine. 12 13 https://wiki.qt.io/Qt_6.2.0_Known_Issues 14 15 Matplotlib, scipy using homebrew or miniconda. 6 16 7 17 https://solarianprogrammer.com/2021/06/15/install-python-numpy-scipy-matplotlib-macos-apple-silicon-arm64/ 8 18 https://github.com/h5py/h5py/issues/1810 9 19 10 P osts online also describe compiling PyTables and h5py from source and thathdf5 is available for arm64.20 PyTables and h5py compiling from source and hdf5 is available for arm64. 11 21 12 22 https://github.com/PyTables/PyTables/issues/832