Kelle Cruz

Results 327 comments of Kelle Cruz

I think one major factor in you being effective for a short term was because you came with extensive experience from being on a board of a different non-profit. We...

Sorry, I have no recollection of working on this nor can I find any relevant files. :(

What has worked. I did it line-by-line: ``` conda create -n astropy-workshop-M1 python=3.9 conda activate astropy-workshop-M1 conda install astropy conda install matplotlib conda install scipy conda install pandas pip install...

I got more things to work! Just going to edit the above comment.

Now i'm running into this error when I try `pip install photutils`. I've tried to only paste the relevant parts: ``` customize UnixCCompiler libraries mkl_rt not found in ['/Users/kelle/miniforge3/envs/astropy-workshop-M1/lib', '/usr/lib']...

@larrybradley , might be easier to chat on slack? As far as I can tell, numpy is indeed installed. `numpy 1.19.4 py39h69a04d8_2 conda-forge`

cloned photutils and then ran `python setup.py install` from the top level directory. Had to do this first though: `pip install extensions-helpers`. Trying `specutils` now.

Yep, that worked (I used `pip install . ` instead this time) and now the setup script found all the things! ``` Found IPython 7.19.0 Found cython 0.29.21 Found jupyter...

I've put this workflow in the Google Doc [Setup for M1 Mac for Scientific Astro Programming](https://docs.google.com/document/d/1SqrXBNY4NCBJ1NyCpcLvaQkEtD55tgE26Eg_qdDs618/edit#). And I think we can close this issue. :)

Seems like this is still a challenge but best solution is unclear.