You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
Is this from make test in the ports/python directory or only from some other code? I'm running Mavericks and make test works correctly. IF you have some small script to reproduce the issue outside of that I'm happy to incorporate that and get it fixed.
#!/usr/bin/env python
import cld
detectedLangName, detectedLangCode, isReliable, textBytesFound, details = cld.detect("I can eat glass and it doesn't hurt me", pickSummaryLanguage=True, removeWeakMatches=False)
print detectedLangName
I get back ENGLISH as expected. Does make test work correctly? Also, did you run make install from the base cld directory? The Python library depends on the system having the shared C++ library and I've seen that cause similar problems.
Hi,
After installing the library with Homebrew on Mac OS X Mavericks I am getting the following error:
Any ideas?
The text was updated successfully, but these errors were encountered: