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

Installing on OS X #23

Open
deanjones opened this issue Mar 22, 2016 · 0 comments
Open

Installing on OS X #23

deanjones opened this issue Mar 22, 2016 · 0 comments

Comments

@deanjones
Copy link

Hi,

I'm trying to get this library working under OS X, but not having much joy so far. I'm not sure whether this is an issue for this project or cld2, so please re-route me if necessary. I thought I'd managed to get cld2 built and installed (I've put libcld2.dylib and libcld2_full.dylib in /usr/local/lib), and I think python is picking them up because I was getting a different error before I did that. Now when I try to 'import cld2' in python, I get the following:

Traceback (most recent call last):

  File "<stdin>", line 1, in <module>
ImportError: dlopen(/Users/deanjones/anaconda2/lib/python2.7/site-packages/cld2.so, 2): 
Symbol not found: __ZN4CLD224ExtDetectLanguageSummaryEPKcibPKNS_8CLDHintsEiPNS_8LanguageEPiPdPSt6vectorINS_11ResultChunkESaISA_EES7_Pb
  Referenced from: /Users/deanjones/anaconda2/lib/python2.7/site-packages/cld2.so
  Expected in: dynamic lookup

I'm beyond the limit of my knowledge here, so any help would be very gratefully received. Thanks,

Dean.

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

1 participant