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

HI!I recommend you to add this to the Doc.For anaconda users. #242

Closed
nofacer opened this issue Jul 14, 2017 · 1 comment
Closed

HI!I recommend you to add this to the Doc.For anaconda users. #242

nofacer opened this issue Jul 14, 2017 · 1 comment

Comments

@nofacer
Copy link

nofacer commented Jul 14, 2017

For some anaconda users , the command "python3-config --ldflags "may return "-lpython3.6m -ldl -framework CoreFoundation -Wl,-stack_size,1000000 -framework CoreFoundation". As you can see, compared with common python , the path lacks something. So there will be an error when do the "make" operation.
This can be solved by manually change the makefile PYLIB part like this :
PYLIBS := -L/Users/YOURNAME/anaconda3/lib/python3.6/config-3.6m-darwin -lpython3.6m -ldl -framework CoreFoundation
Just add the lib path by yourself

xuchen added a commit that referenced this issue Jul 14, 2017
@xuchen
Copy link
Collaborator

xuchen commented Jul 14, 2017

Great! I just added a comment in swig/Python3/Makefile. Thanks!

@xuchen xuchen closed this as completed Jul 14, 2017
kskalski pushed a commit to kskalski/snowboy that referenced this issue Dec 20, 2017
chnouman pushed a commit to chnouman/SnowBoy-Sample that referenced this issue Jun 28, 2019
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