Advertisement
Guest User

Untitled

a guest
Jun 29th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. Mac148934:build zora$ python -c 'import modshogun'
  2. Traceback (most recent call last):
  3. File "<string>", line 1, in <module>
  4. File "/usr/local/lib/python2.7/site-packages/modshogun.py", line 30, in <module>
  5. _modshogun = swig_import_helper()
  6. File "/usr/local/lib/python2.7/site-packages/modshogun.py", line 26, in swig_import_helper
  7. _mod = imp.load_module('_modshogun', fp, pathname, description)
  8. ImportError: dlopen(/usr/local/lib/python2.7/site-packages/_modshogun.so, 2): Symbol not found: __ZN6shogun7CKMeans12get_max_iterEv
  9. Referenced from: /usr/local/lib/python2.7/site-packages/_modshogun.so
  10. Expected in: /usr/local/lib/libshogun.17.dylib
  11. in /usr/local/lib/python2.7/site-packages/_modshogun.so
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement