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

Installation (macOS 10.14.6): gcc/clang error of igraph on #15

Closed
caglorithm opened this issue Feb 3, 2020 · 2 comments
Closed

Installation (macOS 10.14.6): gcc/clang error of igraph on #15

caglorithm opened this issue Feb 3, 2020 · 2 comments

Comments

@caglorithm
Copy link

I'm having installation problems of igraph with the following error, linked to this igraph issue.

clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9 [-Wdeprecated]
    ld: library not found for -lstdc++
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    error: command 'gcc' failed with exit status 1

Solution:

brew install igraph
MACOSX_DEPLOYMENT_TARGET=10.14 pip install python-igraph
@jajcayn
Copy link
Owner

jajcayn commented Feb 3, 2020

thanks for the report!
I'll make igraph an optional dependency since only plotting of the optimised ternary tree depends on it and it is rather heavy-weight dependence.

@jajcayn
Copy link
Owner

jajcayn commented Feb 3, 2020

igraph is now optional dependency. cf. #17 and new release (v0.3)
closing this issue

@jajcayn jajcayn closed this as completed Feb 3, 2020
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