CellProfiler / CellProfiler-Analyst

Open-source software for exploring and analyzing large, high-dimensional image-derived data.
http://cellprofileranalyst.org
Other
145 stars 72 forks source link

Update setup.py #324

Open gnodar01 opened 9 months ago

gnodar01 commented 9 months ago

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

gnodar01 commented 9 months ago

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 commented 9 months ago

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.