mmfausnaugh / tica

TICA: TESS Image CAlibrator
MIT License
6 stars 0 forks source link

issue install h5py on macOS M1 #22

Open mmfausnaugh opened 1 year ago

mmfausnaugh commented 1 year ago

had to install h5py with conda into active environment, before doing 'pip install -e ../'; should check this out, update readme if neceessary.

mmfausnaugh commented 1 year ago

This issue is at least partially related to conflicting numpy versions in different version of h5py. Installing with conda and specifying versions in the requirements.txt file worked....but there should be a more automatic version.