-
Notifications
You must be signed in to change notification settings - Fork 28
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
error installing pypolychord #13
Comments
(btw, |
I've never managed to get this working on clang (feel free to submit a PR if you do). It should work with gcc, but you need to pass a more specific reference to both CXX and CC gcc compilers (as for some bizarre reason in OSX gcc and gxx alias to clang). If you run make pypolychord, it should give you the requisite compilation line, but it should be something like:
Let me know if that worked. |
I don't have gcc-8 on my system but it proceeded with gcc-6 without issue. However, when I try to build the libraries with gcc-6, I get
Does this require |
Possibly - although this looks like a mac specific issue (the compiler flag |
Hi-- After pip installing failed for me (#11), I tried to
python setup.py install
and get the following:Running this on MacOS 10.11.6
The text was updated successfully, but these errors were encountered: