EasyScience / EasyDiffractionLib

Diffraction data analysis library
https://easydiffraction.org
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

pdffit2 doesn't build on apple silicon #120

Open rozyczko opened 2 months ago

rozyczko commented 2 months ago

Again, the issue is with conda not being natively available on M2/M3 nodes. Installing conda using conda-incubator/setup-miniconda@v3 is successful but results in

ModuleNotFoundError: No module named 'setuptools'

despite having setuptools installed.