Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install error #87

Closed
lucygarner opened this issue Jul 16, 2019 · 4 comments
Closed

Install error #87

lucygarner opened this issue Jul 16, 2019 · 4 comments

Comments

@lucygarner
Copy link

Hi,

I am getting the following error when trying to install liger. I am using macOS Mojave.

image

Is there a way to overcome this?

Best wishes,
Lucy

@vkozareva
Copy link
Collaborator

vkozareva commented Jul 17, 2019

This is because macOS's default compiler doesn't support openMP (right now required by RcppArmadillo). Have you tried following the recommended extra steps for installation on macOS (detailed here)?

@lucygarner
Copy link
Author

Thank you for the advice. I have followed the installation guide and run the "quick check" at the end, which works fine, however I am still getting an error when trying to install liger.

The error is now:

image

Is this a related error?

@welch-lab welch-lab deleted a comment from MacoskoLab Jul 18, 2019
@vkozareva
Copy link
Collaborator

vkozareva commented Jul 18, 2019

This has to do with Mojave -- did you make sure to follow the Mojave specific instructions for installing xcode CLI (found in a note on the post I referenced)? If that didn't work, can you see if any of the suggestions for installing xcode here work for you?

@lucygarner
Copy link
Author

Thank you - I have manage to fix this by reinstalling Command Line tools and running:

sudo installer -pkg \ /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg \ -target /

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants