HITS-AIN / PINK

Parallelized rotation and flipping INvariant Kohonen maps
GNU General Public License v3.0
21 stars 11 forks source link

Unable to run Astro-Pink on Mac #65

Open simonlowry1 opened 1 year ago

simonlowry1 commented 1 year ago

I am having trouble installing astro-pink and running it to create an SOM. I think the problem is that the program tries to point to OpenMP but that this does not work well with MacOS (when I use the --train command it returns a "zsh: Permission Denied" error. I assume astro-pink is able to run on Mac, but am not sure how to do so. Any and all help would be appreciated!

BerndDoser commented 1 year ago

astro-pink is not tested with MacOS and do not provide a macosx wheel. At the moment, we are planning an update of the astro-pink package to support python version 3.9 and 3.10. In this context I can try to provide an macosx wheel. Nevertheless, the reported permission issue sounds strange to me.

simonlowry1 commented 1 year ago

Thanks for the quick response! In the meantime I have gotten around the issue by ssh'ing into a linux machine but I appreciate your response and I'll keep an eye out for the future updates!