CellProfiler-Analyst icon indicating copy to clipboard operation
CellProfiler-Analyst copied to clipboard

Update setup.py

Open gnodar01 opened this issue 1 year ago • 2 comments

For people installing CPA from source, wxpython 4.1.0 doesn't have a wheel for arm macs, 4.2.0 does.

gnodar01 avatar Jan 26 '24 22:01 gnodar01

This change + updated CPA3 for mac source installation instructions allowed us to build CPA3 from source on Esteban's M2 mac. GUI seemed to work fine there as well as on my Intel mac.

gnodar01 avatar Jan 26 '24 22:01 gnodar01

Installing wxPython 4.1.0 is very hard on mac arm architectures, because there was no universal mac wheel at that time (mac x86_64 only), and to build the wheel it requires a different set of C headers than are available in the more recent x-code dev tools package.

gnodar01 avatar Jan 26 '24 22:01 gnodar01