andycasey / moog

A package installer for the MOOG code
9 stars 10 forks source link

Moog install issues on El Capitan? #9

Closed MarkDurre closed 6 years ago

MarkDurre commented 7 years ago

I'm getting problems installing moog on OS El Capitan. I attach error file. It seems to be something to do with wheel build and not having access to /private directory. I am aware of the new SIP under El Capitan and I have that disabled. I also have made sure I have full read/write permissions on /private/tmp. I don't have much experience on this sort of error, so any help appreciated.

moog-install-errors.txt

andycasey commented 7 years ago

I haven't seen this error message before. It looks like MOOG itself cannot compile because of a library issue (not a python wrapper issue). Sorry, but I'm not sure how to start debugging this remotely.

On 10 Sep 2017, at 13:06, MarkDurre notifications@github.com wrote:

I'm getting problems installing moog on OS El Capitan. I attach error file. It seems to be something to do with wheel build and not having access to /private directory. I am aware of the new SIP under El Capitan and I have that disabled. I also have made sure I have full read/write permissions on /private/tmp. I don't have much experience on this sort of error, so any help appreciated.

moog-install-errors.txt

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

MarkDurre commented 6 years ago

Issue is solved, using a Frameworks build of Python, rather than the one "out of the box" with Mac OS